wpseek.com
A WordPress-centric search engine for devs and theme authors



before_delete_post › WordPress Action Hooks

Since5.5.0
Deprecatedn/a
do_action( 'before_delete_post', $post_id, $post )
Parameters: (2)
  • () post_id Post ID.
    Required: Yes
  • () post Post object.
    Required: Yes
See:
  • wp_delete_post()
Defined at:
Codex:

Fires before a post is deleted, at the start of wp_delete_post().





Source

do_action( 'before_delete_post', $post_id, $post );