W3cubDocs

/WordPress

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.

Source

File: wp-includes/post.php

View on Trac

Changelog

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

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