Skip to content

Instantly share code, notes, and snippets.

@ryanlund
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanlund/e0d685545a09eff93a83 to your computer and use it in GitHub Desktop.
Save ryanlund/e0d685545a09eff93a83 to your computer and use it in GitHub Desktop.
---Test A (TestClassA - hook:send_headers)---
Can't retrieve test var
Can't retrieve error var
---Test C (TestClassA - hook:send_header) ---
A Test
Can't retrieve error var <-- wordpress even blocks people from using $_GET['error']??
---Test A (TestClassB - hook:send_headers)---
Can't retrieve test var
Can't retrieve error var
---Test C (TestClassB - hook:send_header) ---
A Test
Can't retrieve error var
----Test B---(TestClassA - hook:the_content)
A Test
<---- error is set, but empty
---Test D (TestClassA - hook:the_content)---
A Test
Can't retrieve error var
--- Show All (- hook:the_content)---
Array
(
[test] => A Test
[error] =>
)
----Test B---(TestClassB - hook:the_content)
A Test
<---- error is set, but empty
---Test D (TestClassB - hook:the_content)---
A Test
Can't retrieve error var
--- Show All (- hook:the_content)---
Array
(
[test] => A Test
[error] =>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment