Hide a wordpress plugin

by 7 replies
9
Hi, does anyone know of a why I can hide a wordpress plugin, from the installed plugins page? I'm pretty sure there must be a way to do this with some php code?

Please help

Thanks
#programming #hide #plugin #wordpress
  • This page should give you a starting point:
    https://wordpress.org/plugins/hide-plugins/
  • you can find answer in wordpress site.
  • Here is a WordPress code snippet which will hide the plugin from "Installed Plugins settings" if plugin is activated. Thus user canot deactivate the plugin.
  • You can rename that plugin .
  • You can create a different user role which will not have access to that particular plugin. There are many plugins available for this purpose.
    • [1] reply
    • Why you want to do this??
      • [1] reply

Next Topics on Trending Feed

  • 9

    Hi, does anyone know of a why I can hide a wordpress plugin, from the installed plugins page? I'm pretty sure there must be a way to do this with some php code? Please help