Using POST parameters in WordPress functions.php -


i need use get_header action hook onto functions.php, can check if request being sent proper page, @ point in time, $_post empty, because of redirect. there way somehow pass info function:

add_action('get_header', 'handle_app_post'); 


Comments