• I have been trying out some plugins to to manage the user capabilities in my site but, none of them are able to make my some off my plugins visible to users under editor’s role. What can I do for that.. ??

    Plugins that i want make visible to editors in my site generally are the slider plugins which i want them to create slider for their postss and sort of …

Viewing 3 replies - 1 through 3 (of 3 total)
  • I don’t know if a plugin can do that at all. It sounds like you want your plugins to control plugin visibility on a case by case basis, but to do that your plugins would need to be registered each with a different ‘capability’. For the most part, I doubt they are, and that is not something another plugin can override– at least I don’t think so.

    Thread Starter nhuzaa

    (@nhuzaa)

    Can I overwrite codes on the required plugins which i want to be visible for the editors on my site ?

    You would have to rewrite the plugins, yes. Look for add_menu_page and/or add_submenu_page in the plugin source. You will need to re-edit every time you update the plugin and you will need still another plugin to manage the additional capabilities, or you cook up you own management system.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make plugins visible to some users ?’ is closed to new replies.