• Anyone know if there is a plugin out there that can remove/hide fields for specific roles?

    Like for example; when you create a ‘page’ you see fields like Page Heading, Page Attributes, Discussion etc, i want to hide that for a specific role.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @rowe678,

    You can have a look at the following plugin “WP User Management”.

    https://wordpress.org/plugins/wp-user-manager/

    That should do the trick.

    The Plugin can be directly installed via the plugin page 🙂

    hi @rowe678

    This can be tricky to implement. Are you sure you want to configure it like this? Perhaps you would want to reconsider after considering the following:

    Meta boxes can be toggled via code, it’s possible, but many of them, which are present in core are expected to be present on the page when submit/save is clicked. So that may cause unintended issues. However doing this for custom metaboxes that you yourself are adding would be totally fine.

    I haven’t seen such a plugin, nor a quick search resulted in anything, but with custom code it isn’t very hard to do. But you must consider what I said above.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hiding fields for specific roles plugin?’ is closed to new replies.