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

Fires immediately after a post is deleted from the database.

Parameters

$post_id int
Post ID.
$post WP_Post
Post object.

Source

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

Changuelog

Versionen Description
5.5.0 Added the $post parameter.
2.2.0 Introduced.

User Contributed Notes

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