1. Home
  2. Knowledge Base
  3. Applications
  4. Wordpress
  5. Steps to disable plugin/theme installation in WordPress

Steps to disable plugin/theme installation in WordPress

Step 1. Login to your cPanel account.
Step 2. Click File Manager option under Files.
Step 3. Go to the Document Root [home/username/public_html] directory.
Step 4: Add the following code into wp-config.php file.

+++
define(‘DISALLOW_FILE_MODS’,true);
+++

Step 5: Finally click Save changes option.

Click here to view this article as Oryon knowledge base video tutorial playlist.

Related Articles