Skip to content

Instantly share code, notes, and snippets.

@batigolix
Created March 14, 2016 14:57
Show Gist options
  • Save batigolix/afe009c937a735f50d6f to your computer and use it in GitHub Desktop.
Save batigolix/afe009c937a735f50d6f to your computer and use it in GitHub Desktop.
// Disable obsolete menu modules.
$modules = array('menu_token', 'menu_attributes');
foreach ($modules as $module) {
if (module_exists($module)) {
module_disable(array($module), TRUE);
drupal_uninstall_modules(array($module));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment