Remove XML-RPC Methods

Remove XML-RPC Methods Install Statistics

0
100%
Today: 11 Yesterday: 11 All-time: 6,461 downloads
Remove XML-RPC Methods Icon

Try plugin: Remove XML-RPC Methods

We'll create fresh WordPress site with Remove XML-RPC Methods installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Remove XML-RPC Methods

Remove all methods from the WordPress XML-RPC API.

1


0


0


0


0

updated: 6 months ago
since: 4 years ago
author: Walter Ebert

Description

The plugin removes all methods from the WordPress XML-RPC API. It is an alternative to just using the xmlrpc_enabled hook, because that is only used “To disable XML-RPC methods that require authentication”.

Activating this plugin will disable pingbacks and trackbacks, because these rely on XML-RPC.

Testing the plugin

From the command line you can test if the plugin is working correctly using cURL:

curl -d '<?xml version="1.0"?><methodCall><methodName>system.listMethods</methodName><params><param><value><string/></value></param></params></methodCall>' https://<your domain>/xmlrpc.php

This should only return system methods.

If the request returns methods starting with wp. the plugin is not active.