wpseek.com
A WordPress-centric search engine for devs and theme authors



transition_post_status › WordPress Action Hooks

Since2.3.0
Deprecatedn/a
do_action( 'transition_post_status', $new_status, $old_status, $post )
Parameters: (3)
  • () new_status New post status.
    Required: Yes
  • () old_status Old post status.
    Required: Yes
  • () post Post object.
    Required: Yes
Defined at:
Codex:

Fires when a post is transitioned from one status to another.





Source

do_action( 'transition_post_status', $new_status, $old_status, $post );