Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Vladimir Garagulya

    (@shinephp)

    Thread Starter efisher82

    (@efisher82)

    That gives instructions that involve making a new custom post type within the plugin. But how should I do it if the custom post type already exists?

    Plugin Author Vladimir Garagulya

    (@shinephp)

    Please read more carefully.
    According to that post you need to check at the plugin code how it defines custom post type, e.g. ‘card’ or something else and what capability it uses for it. Sometimes plugin creates own custom post type, but uses default ‘post’ capability to manage access to it.

    After that you may add the set of custom user capabilities for that custom post type, as described at the end of the post I noted above, on the example of ‘card’ custom post type – 10 custom capabilities.

    Thread Starter efisher82

    (@efisher82)

    Thank you I checked after my last reply and I will try that with the plugin. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom capabilities’ is closed to new replies.