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.

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