Tuesday, November 8, 2016

WordPress Disable Plugin Deactivation

This plugin provides options to disable plugin deactivation, activation, deletion, and update. Many times when working on a project we need to create multiple accounts with administrator rights.

So in many of the cases other users with administrator rights can mess with the plugin settings by activating, deactivating, updating, deleting plugins. To avoid such a mess and scenario this plugin can be used.

Features of the plugin are as follows:

  • Disable plugin activation from the plugin screen in the Admin section.
  • Disable plugin deactivation from the plugin screen in the Admin section.
  • Disable plugin update option from the plugin screen in the Admin section.
  • Disable plugin delete option from the plugin screen in the Admin section.
  • Disable plugin edit link from the plugin screen in the Admin section.


You can download and install this plugin at WordPress plugin repository

URL: https://wordpress.org/plugins/disable-plugin-deactivation/

No comments:

Post a Comment

MS SQL : How to identify fragmentation in your indexes?

Almost all of us know what fragmentation in SQL indexes are and how it can affect the performance. For those who are new Index fragmentation...