Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: {$old_status}_to_{$new_status}

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
3963       * Fires when a post is transitioned from one status to another.
3964       *
3965       * The dynamic portions of the hook name, `$new_status` and `$old status`,
3966       * refer to the old and new post statuses, respectively.
3967       *
3968       * @since 2.3.0
3969       *
3970       * @param WP_Post $post Post object.
3971       */
3972      do_action( "{$old_status}_to_{$new_status}", $post );
3973
3974      /**
3975       * Fires when a post is transitioned from one status to another.
3976       *
3977       * The dynamic portions of the hook name, `$new_status` and `$post->post_type`,
3978       * refer to the new post status and post type, respectively.
3979       *
3980       * Please note: When this action is hooked using a particular post status (like
3981       * 'publish', as `publish_{$post->post_type}`), it will fire both when a post is