do_action( 'after_delete_post', int $postid )
Fires after a post is deleted, at the conclusion of wp_delete_post().
Description Description
See also See also
Parameters Parameters
- $postid
-
(int) Post ID.
Source Source
File: wp-includes/post.php
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |