I simply alert the callback to see what works.
When I load the form page, the ‘OnBeforeSelectElements’ callback is triggered.
On submit the ‘OnBeforeSubmitComment’ callback is triggered.
The ‘OnBeforeUpdateComments’ callback and the ‘OnAfterUpdateComments’ callback don’t seem to be triggered at all.
I can’t use any of those for my purpose, which is:
Save a new post and redirect after it’s succesfully saved to the db.
I want to use your plugin’s nice error handling, but still redirect after posting…
Dave Timmerman