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