Skip to content

Instantly share code, notes, and snippets.

@verytwisty
Created January 23, 2017 15:16
Show Gist options
  • Select an option

  • Save verytwisty/1a327bbb0caced0b35f160049bee36dd to your computer and use it in GitHub Desktop.

Select an option

Save verytwisty/1a327bbb0caced0b35f160049bee36dd to your computer and use it in GitHub Desktop.
Remove Add New Cat from custom Tax
$capabilities = array(
'manage_terms' => false,
'edit_terms' => false,
'delete_terms' => false,
'assign_terms' => 'edit_posts',
);
$args = array(
'capabilities' => $capabilities,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment