Fires after a post is sent to the Trash.
Parameters
$post_idint- Post ID.
$previous_statusstring- The status of the post at the point where it was trashed.
Source
do_action( 'trashed_post', $post_id, $previous_status );
| CARVIEW |
Fires after a post is sent to the Trash.
$post_idint$previous_statusstringdo_action( 'trashed_post', $post_id, $previous_status );
| Used by | Description |
|---|---|
WP_Customize_Manager::trash_changeset_post()wp-includes/class-wp-customize-manager.php | Trashes or deletes a changeset post. |
wp_trash_post()wp-includes/post.php | Moves a post or page to the Trash |
User Contributed Notes
You must log in before being able to contribute a note or feedback.