I'm trying to figure out why my post_submission hook isn't performing, but I can't seem to display any errors to the screen.
I'm trying to figure out why my post_submission hook isn't performing, but I can't seem to display any errors to the screen.
Here is a tutorial on debugging in WordPress:
http://fuelyourcoding.com/simple-debugging-with-wordpress/
The main thing is to turn wp-debug mode on so you can see errors. The gform_post_submission hook does work so the issue is most likely whatever code you have implemented may have an error.
The link is not working..
I am trying to debug and show up the print_r from the hook call for the $form object and the $entry object.
Please help... Urgent