I'm looking for the add_action() hook for when a current post is edited and saved. I know there's edit_post and save_post, but I'm looking for something that ONLY fires when a current post is edited, not created or altered in any other way.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||
|
|
|
Not a real answer. Take a look the files that use save_post and edit_post Take a look and see if you can find a hook you need. Keep in mind that you might need to do some checks in the hook. |
|||
|
|
The codex doesn't really give much information but it does look like
|
|||
|
|