Hello,
Please make this change in your server:
/** Disallow theme and plugin update. */
define(‘DISALLOW_FILE_MODS’,false);
Hi,
Please edit the wp-config.php file to this
/** Disallow theme and plugin update. */
define(‘DISALLOW_FILE_MODS’,false);
Please try this one
go to wp-config.php and replace “true” by “false”
/** Disallow theme and plugin update. */
define(‘DISALLOW_FILE_MODS’,false);