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.6.1

do_action('after_delete_post') is found 1 times:

  • /wp-includes/post.php line 3666
    	 *
    	 * @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: