$_GET[ ] with wpuf_add_post_after_insert
Viewing 1 Posts - 1 through 1 (of 1 total)
 | Author | Posts | 
|---|---|
December 2, 2013 at 10:56 pm 13144  | |
url 
home_url/add_new_post_form/?event_id=942
function is not not working / meta field is created but there is no value 
 | |
December 3, 2013 at 1:10 pm 13177  | |
You can’t access the $_GET variable in that action hook. It’s running via ajax and no $_GET variables are passing there. You could insert the event id as hidden field in the form and then you can access it with that action hook.  | |
Viewing 1 Posts - 1 through 1 (of 1 total)