-
Posted a reply to Function not working after calling class, on the site WordPress.org Forums:
In case someone else has this problem, I found the fix on https://www.sitepoint.com/displaying-errors-from-the-save-post-hook-in-wordpress/ -
Created a topic, Function not working after calling class, on the site WordPress.org Forums:
I added a message handler function in my main script. … -
Posted a reply to How to load function with a hook, on the site WordPress.org Forums:
Thanks once again. I have added it to a class and that is working fine.… -
Posted a reply to How to load function with a hook, on the site WordPress.org Forums:
Thanks again for the help. It allowed me to see the problem. I changed the… -
Posted a reply to How to load function with a hook, on the site WordPress.org Forums:
Thank you for responding. The error displayed in admin is There has been a critical… -
Created a topic, How to load function with a hook, on the site WordPress.org Forums:
I'm trying to add code for handling the database, usin… -
Posted a reply to 400 Bad Request and ajax path, on the site WordPress.org Forums:
I'm not sure what I did wrong but I deleted it all and re-did it… -
Posted a reply to 400 Bad Request and ajax path, on the site WordPress.org Forums:
Thank you both. The missing callback was the problem. I have added it and it… -
Created a topic, 400 Bad Request and ajax path, on the site WordPress.org Forums:
I'm getting a 400 bad request when trying to call an a… -
Posted a reply to Removing non-existent file, on the site WordPress.org Forums:
Thank you. I needed to clear the data in Firefox. The test.php file was the… -
Created a topic, Removing non-existent file, on the site WordPress.org Forums:
I was playing around with adding ajax to my project. I… -
Posted a reply to Form submits but results not showing, on the site WordPress.org Forums:
Thanks again for the suggestions. I have done away with the functions file and moved… -
Posted a reply to Form submits but results not showing, on the site WordPress.org Forums:
Thank you for your reply. I changed the print_r to use $_REQUEST but all that… -
Created a topic, Form submits but results not showing, on the site WordPress.org Forums:
I am trying to write my first plugin based on code I p…