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

View on GitHub



Changelog

Changelog
Version Description
WP-3.3.0 Introduced.