do_action( ‘deleted_post’, int $post_id, WP_Post $post )

In this article

Fires immediately after a post is deleted from the database.

Parameters

$post_idint
Post ID.
$postWP_Post
Post object.

Source

do_action( 'deleted_post', $post_id, $post );

Changelog

VersionDescription
5.5.0Added the $post parameter.
2.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.