Skip to content

Instantly share code, notes, and snippets.

@driesd
Created September 5, 2013 07:27
Show Gist options
  • Save driesd/6447028 to your computer and use it in GitHub Desktop.
Save driesd/6447028 to your computer and use it in GitHub Desktop.
Taxonomy: Remove the description field
function custom_tax_remove_desc_form_taxonomy_form_term_alter(&$form, &$form_state, $form_id) {
$form['description']['#access'] = FALSE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment