do_action( 'deleted_post', int $postid, WP_Post $post )

Fires immediately after a post is deleted from the database.


Parameters

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

Top ↑

Source

File: wp-includes/post.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
5.5.0 Added the $post parameter.
2.2.0 Introduced.

Top ↑

User Contributed Notes

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