Plugin info

Total downloads: 11,056
Active installs: 1,000
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/2/2025 (28 days ago)
Added to WordPress: 2/10/2020 (5 years old)
Minimum WordPress version: 4.6
Tested up to WordPress version: 6.9
Minimum PHP version: 5.4.0

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 28 days ago • 2 reviews

70/100

Is Remove XML-RPC Methods abandoned?

Likely maintained (last update 28 days ago).

Compatibility

Requires WordPress: 4.6
Tested up to: 6.9
Requires PHP: 5.4.0

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Manage XML-RPC
Rating 3.0/5 (4 reviews)Active installs 6,000
Control XML-RPC publishing
Rating 5.0/5 (2 reviews)Active installs 600
Disable XML-RPC-API
Rating 4.1/5 (42 reviews)Active installs 100,000
Remove & Disable XML-RPC Pingback
Rating 3.0/5 (6 reviews)Active installs 9,000
Deactivate XML-RPC on WordPress
Rating 0.0/5 (0 reviews)Active installs 200
Deactivate XML-RPC Service
Rating 0.0/5 (0 reviews)Active installs 200

Description

This plugin 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.

Testing the plugin

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 'system.listMethods' https://example.com/xmlrpc.php

This should only return the following methods:
system.multicall
system.listMethods
system.getCapabilities

Installation

  1. Download the plugin and unzip it. Copy the files to the /wp-content/plugins/wee-remove-xmlrpc-methods directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.4.1

  • Updated description and tags

1.4.0

  • Tested with PHP 8.0
  • Tested WordPress up to version 5.6.

1.3.1

  • Correct description

1.3.0

  • Replace PHP header function with http_response_code.
  • Update readme.txt.
  • Raise minimal supported WordPress version to 4.6.
  • Tested WordPress up to version 5.5.

1.2.0

  • Replace pings_open action function with built-in function.
  • Increase pings_open action priority.
  • Raise minimal supported WordPress version to 4.4.
  • Tested WordPress up to version 5.4.

1.1.0

  • Deactivate pingbacks on install.
  • Remove RSD link reference.