Remove all WordPress methods from the XML-RPC API to increase security.
As of April 2026, Remove XML-RPC Methods is a WordPress xmlrpc plugin with 1.0K+ active installations and a 5/5 rating from 2 reviews. It has been downloaded 12K+ times in total. Requires WordPress 4.6+ and PHP 5.4.0+. Available on WordPress.org since 2020. Actively maintained — updated within the last month. Downloads are down 18% this week. Top alternative: Disable XML-RPC.
Removes all WordPress methods from the XML-RPC API to increase security. It does more than just using the xmlrpc_enabled hook, because that is only used “To disable XML-RPC methods that require authentication”.
Activating this plugin will also disable pingbacks, trackbacks, and Really Simple Discovery (RSD), because these rely on XML-RPC.
It works with any webserver, because it does not use the .htaccess file.
From the command line you can test if the plugin is working correctly using curl. Replace the example.com link to match your website:
curl -d '<?xml version="1.0"?><methodCall><methodName>system.listMethods</methodName><params><param><value><string/></value></param></params></methodCall>' http…works
Seems to work as expected.
| WordPress | 4.6+ requiredTested up to 7.0 |
| PHP | 5.4.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.