In this video I'm gonna show you how to fixed Plugin Add New Button Not Showing Issue or That option is not appearing on your Wordpress Dashboard. So Lets Get Started.
The problem I encountered was having "DISALLOW_FILE_MODS" set too true in my wp-config.php file.
FIRST make sure that:
1. The theme is not the problem: Activate another theme to check if your current theme is the problem.
2. A plugin is not the problem: Try deactivating all plugins and check if the problem persists. If the problem is gone, then its a problem with one of your plugins. Try to activate plugins one by one and find which plugin is the culprit.
3. You have admin access: check in Users tab to make sure that you are an admin.
4. This is not a multisite site, that may be why you don't have access.
Code :
define('DISALLOW_FILE_EDIT', false);
define('DISALLOW_FILE_MODS', false);
If you found this helpful, subscribe to my channel for more WordPress videos.
0 Comments
Thanks for Your Comment