How to Fix “Add New Plugin Menu Not Showing” In WordPress?

Follow the below mentioned steps to fix "Add New Plugin Menu Not Showing" in WordPress.
  • Login to cPanel account associated with your WordPress website.
  • Go inside File Manager section. 
  • Now, get into WordPress domain directory and find wp-config.php file.
  • Right click over the file and click over Edit
  • You will be directed to the editor page and find the below lines.
define('DISALLOW_FILE_EDIT', true);
define('DISALLOW_FILE_MODS', true);
  • Modify the code as given and Save Changes.
define('DISALLOW_FILE_EDIT', true);
define('DISALLOW_FILE_MODS', false);
That's It !

Refer to the blog to get detailed procedure of above mentioned steps.

  • how to fix "add new plugin menu not showing" in WordPress, unable to add new plugins, enable add new plugin menu in wordpress, WordPress not adding new plugins, procedure to fix "add new plugin menu not showing" in wordpress, add new plugin menu not showing in wordpress- fixed, steps to fix the issue "add new plugin menu not showing in wordp
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Install WordPress in Sub-Directory?

Login to cPanel. Select Softaculous Apps Installer from Software section. Select WordPress...

How to Restore Backups Using JetBackup 4 in cPanel?

Login to cPanel and get inside JetBackups section. Here, you will find multiple features which...

How to Suspend Outgoing Emails of a cPanel Account as WHM Reseller?

To manage the bulk mailing that occurred from a cPanel account hosted within your WHM Reseller,...

How Can You Create/Install WordPress On Sub-Domains?

#1. Create a subdomain of your main domain Log into your cPanel and go to the Subdomains...

How to disallow a particular directory from being crawled by Google?

Login to your cPanel Go inside File Manager Click on public_html Create a robots.txt file....