Fix ‘Add New Plugins Menu’ Not Showing In WordPress | Fix wordpress Add New Plugin option missing

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.

Popular posts from this blog

How to Download and Install Microsoft Outlook 2019 on Windows 11

How to Fix VCRUNTIME140.DLL Was Not Found | VCRUNTIME140_1.DLL Missing | Problem solve Windows 10/11