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