Enable XMLRPC
Review the .htaccess file and if there are blocking rules, remove them or comment them out by adding a hash (#) in front of them.
Add the following line to wp-config.php:
define('MP_NO_DISALLOW_XMLRPC', true);
Enable XMLRPC
Review the .htaccess file and if there are blocking rules, remove them or comment them out by adding a hash (#) in front of them.
Add the following line to wp-config.php:
define('MP_NO_DISALLOW_XMLRPC', true);