wordpress / latest / hooks / after_delete_post.html

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

Fires after a post is deleted, at the conclusion of wp_delete_post() .

Description

See also

Parameters

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

Source

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

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

Used By

Used By Description

Changelog

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

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