do_action( 'deleted_post', int $postid , WP_Post $post )
Fires immediately after a post is deleted from the database.
Parameters
- $postid
-
Post ID.
- $post
-
Post object.
Source
File: wp-includes/post.php
Changelog
| Version | Description |
|---|---|
| 5.5.0 | Added the $post parameter. |
| 2.2.0 | Introduced. |