menu_link_delete

function menu_link_delete

menu_link_delete($mlid, $path = NULL)

Delete one or several menu links.

Parameters

$mlid: A valid menu link mlid or NULL. If NULL, $path is used.

$path: The path to the menu items to be deleted. $mlid must be NULL.

Related topics

File

includes/menu.inc, line 3056
API for the Drupal menu system.

Code

func