using $_GET and $_POST in theme function.php?
-
I tested out the following and it returns an empty array.
echo '<pre>'; print_r( $_GET ); echo '</pre>';
Does WordPress destroy all the $_GET and $_POST data prior to the themes function.php?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘using $_GET and $_POST in theme function.php?’ is closed to new replies.