menu_link_content_path_delete($path)
Implements hook_path_delete().
File
- core/modules/menu_link_content/menu_link_content.module, line 81
- Allows administrators to create custom menu links.
Code
function menu_link_content_path_delete($path) { _menu_link_content_update_path_alias($path['alias']); }
Please login to continue.