Difference between revisions of "WordPress Updates Disabled"
From KOP KB
(Created page with "Sometimes you'll find that you cannot make any updates via the WordPress Admin Dashboard. This can be be caused by the following line of code being present in the wp-config.p...") |
(No difference)
|
Latest revision as of 16:44, 19 May 2016
Sometimes you'll find that you cannot make any updates via the WordPress Admin Dashboard. This can be be caused by the following line of code being present in the wp-config.php file.
define('DISALLOW_FILE_MODS', true);
Set the value to 'false' instead of 'true' and you should be able to make WordPress updates in the dashboard.