do_action( 'trashed_post', int $post_id )

Fires after a post is sent to the trash.


Parameters

$post_id

(int) Post ID.


Source

File: wp-includes/post.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.9.0 Introduced.