Viewing 2 reply threads
  • Author
    Posts
    • #6897

      Hi.
      English is not my mother tongue, please excuse any errors on my part.

      Situation:
      Admin have access to custom post type (ex. ‘custom_post’).
      Admin can create ‘custom_post’, which contains grouped/add-more fields.
      Editor do not have acces to ‘custom_post’.
      But editor have access to plugin with ability to edit/update SOME fields within each grouped field from ‘custom_post’.

      Hope you can understand what I mean 🙂

      Best regards, Dmitry.

    • #6898

      The question is: is it possible to make such plugin? 🙂

    • #6904
      Jason
      Keymaster

      Hi @Dzmitry Voranau!

      This is definitely possible to do what you’re describing. Take a look at Roles and Capabilities. You can then determine which meta-boxes (or specific fields using the current_user_can() function) display via the capability comment block parameter.

      Hope this helps!

Viewing 2 reply threads
  • You must be logged in to reply to this topic.