If you can’t add new or delete plugins or do updates in WordPress and you have admin or appropriate privileges then the DISALLOW_FILE_MODS constant might be causing you problems if it has been set to true. Open up your wp-config.php (or possibly functions.php) file and look for the following line/code: Simply comment it out or change Full Article…
Viewing 1 to 2 of 2 items
Change role access to Menus and Widgets
WordPress menus and sidebars/widgets are really powerful modules, but unfortunately it requires Admin user role to edit them. If you would like to allow users with Editor user role to edit any of the widgets or menus, just paste the code below into your themes functions.php file.