Here, in this tutorial we will discuss the procedure to fix an issue called “add new Plugin Menu not showing” in WordPress. This issue occurs when user is unable to install any Plugin to manage its WordPress website. Let us go through the detailed procedure to fix the issue.

  • 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. Scroll down to last or find the below given lines.
define('DISALLOW_FILE_EDIT', true);
define('DISALLOW_FILE_MODS', true);
  • Modify the code from true to false. Refer to the below given image.

     

define('DISALLOW_FILE_EDIT', true);
define('DISALLOW_FILE_MODS', false);
  • Click over Save Changes.

Now, go back to your WordPress admin area and verify the changes.

 

The End! should you have any inquiries, we encourage you to reach out to the Vercaa Support Center without hesitation.

Was this answer helpful? 146 Users Found This Useful (515 Votes)