Disable xmlrpc.php

Add the following lines to your syte's .htaccess fileā€¦

<Files xmlrpc.php>
Order Deny,Allow
Deny from all
</Files>