W3cubDocs

/WordPress

do_action( "{$old_status}_to_{$new_status}", WP_Post $post )

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

Description

The dynamic portions of the hook name, $new_status and $old status, refer to the old and new post statuses, respectively.

Parameters

$post

(WP_Post) Post object.

Source

File: wp-includes/post.php

View on Trac

Changelog

Version Description
2.3.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/old_status_to_new_status