I needed an action to monitor for posts being published, unpublished or updated after they were already published in my WordPress plugin. I discovered Post_Status_Transitions and specifically the transtion_post_status action that is called for every change to a post’s status. I then check if either the $old_status or the $new_status variables are ‘publish‘ and then [...]
Entries Tagged as 'Uncategorized'
WordPress: transition_post_status action
October 11th, 2011 · No Comments
Tags: Uncategorized





