Skip to content

Instantly share code, notes, and snippets.

@mattcuro
Created September 5, 2012 00:31
Show Gist options
  • Save mattcuro/3628522 to your computer and use it in GitHub Desktop.
Save mattcuro/3628522 to your computer and use it in GitHub Desktop.
function mymodule_menu_alter(&$items) {
if (!empty($items['node/%/webform'])) {
unset($items['node/%/webform']);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment