do_action( 'wp_delete_nav_menu', int $term_id )

Fires after a navigation menu has been successfully deleted.


Description Description


Parameters Parameters

$term_id

(int) ID of the deleted menu.


Top ↑

Source Source

File: wp-includes/nav-menu.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.