What I need to do is inspect the content of the post and title and based on the inspection, redirect to a different page. To do this, I need to know if a "POST" action is for saving a post. How to detect this?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
Take a look at the Plugin API/Action Reference: Actions Run During an Admin Page Request.. Then add something simple to the appropriate hook:
|
|||
|
|