do_action( 'trashed_post', int $post_id )

Fires after a post is sent to the Trash.


Parameters

$post_id int
Post ID.

Top ↑

Source

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

do_action( 'trashed_post', $post_id );


Top ↑

Changelog

Changelog
Version Description
2.9.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.