wp_trash_post
wp_trash_post ( $post_id = 0 )
Parameters:- (int) post_id Optional. Post ID. Default is ID of the global $post if EMPTY_TRASH_DAYS equals true.
See:Returns:- (WP_Post|false|null) Post data on success, false or null on failure.
Defined at: - Introduced in WordPress: 2.9.0
- Deprecated in WordPress: —
Description
Move a post or page to the TrashIf Trash is disabled, the post or page is permanently deleted.