You are here

function admin_menu_menu_link_delete in Administration menu 7.3

Same name and namespace in other branches
  1. 8.3 admin_menu.module \admin_menu_menu_link_delete()

Implements hook_menu_link_delete().

File

./admin_menu.module, line 153
Render an administrative menu as a dropdown menu at the top of the window.

Code

function admin_menu_menu_link_delete($link) {

  // Flush all of our caches to pick up the link.
  admin_menu_flush_caches();
}