WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_delete_nav_menu

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/nav-menu.php do_action 298 /**
* Fires after a navigation menu has been successfully deleted.
*
* @since 3.0.0
*
* @param int $term_id ID of the deleted menu.
*/

Hook Parameters

Parameter Type Name Description
int $term_id ID of the deleted menu.