Capabilities for the TaxoPress Metabox #

If you want to control who has access to the TaxoPress metabox underneath each post, you can do with the manage_categories capability. We recommend using the PublishPress Capabilities plugin to assign this permissions.

  • Go to the “Capabilities” screen.
  • Choose the user role you want to edit in the top-left corner.
  • In the “Taxomomies” area, you can see the “manage_categories” option.
manage_categories in PublishPress Capabilities

Capabilities for the TaxoPress Admin Area #

There are two permissions that can give users access to the TaxoPress admin area:

  • simple_tags: this will give access to the “Settings” screen.
  • admin_simple_tags: this will give access to the screens such as “Taxonomies”, “Related Posts”, “Mass Edit Terms”, “Manage Terms”, and more.

You can use these to customize user access to the TaxoPress plugin screens with the PublishPress Capabilities plugin.

  • Go to the “Capabilities” screen.
  • Choose the user role you want to edit in the top-left corner.
  • In the “TaxoPress” area, you can see the two TaxoPress permissions:
TaxoPress in PublishPress Capabiltiies

If you give both these permissions to a user in the Subscriber role, this next screenshot shows what they will see after logging in.

TaxoPress admin area for Subscribers

These permissions are automatically added to your site by the /inc/class.admin.php file. These permissions are automatically removed when you uninstall the plugin. This is done by the uninstall.php file.