after_delete_post

after_delete_post

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('after_delete_post') is found 1 times:

  • /wp-includes/post.php line 3835
    3831
    3832
    3833
    3834
    3835
    3836
    3837
    3838
    3839
    3840
    3841
         *
         * @param int     $post_id Post ID.
         * @param WP_Post $post    Post object.
         */
        do_action( 'after_delete_post', $post_id, $post );
     
        return $post;
    }
     
    /**
     * Resets the page_on_front, show_on_front, and page_for_post settings when

See this hook used in plugins: