do_action( 'wp_trash_post', int $post_id )
Fires before a post is sent to the trash.
Parameters
- $post_id
-
Post ID.
Source
File: wp-includes/post.php
Changelog
Version | Description |
---|---|
WP-3.3.0 | Introduced. |
Fires before a post is sent to the trash.
Post ID.
File: wp-includes/post.php
Version | Description |
---|---|
WP-3.3.0 | Introduced. |