Plugin Pulse
← Pulse

Disable XML-RPC-API

by Amin Nazemi · Uncategorized

Also makes 3 other plugins · 100.9K+ installs across the portfolio →

A simple and lightweight plugin to disable XML-RPC API, X-Pingback and pingback-ping in WordPress 3.5+ for a faster and more secure website

How scoring works →
79 Health · B
Maintenance 85/100
Rating quality 78/100
Support 70/100

79 health vs 56 average across 16,378 Uncategorized plugins

Directory ranking optimization

How it's scored →

How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.

95 / 100

Excellent listing optimization

Well tuned across the board

Update recency 96/100
WP compatibility 100/100
Rating quality 83/100
Listing tuning 100/100

Daily downloads

Since 2022-10-05 · 1,421 days · wp.org + Plugin Pulse archive

+8% vs prior 30d
153Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

5.5K

now · peak 62.2K

5.7K30d downloads · Aug 26

Directory rank vs rivals

wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you

Disable XML-RPC-API · #397 you Remove & Disable XML · #2433 Simple Disable XML-R · #6171 Eazy XMLRPC Pingback · #7824

Rating trend

Star average over time · dips mark rough releases

4.2Stars · Aug 26

Update activity

How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.

57per 1k installs · Aug 26

Release cadence

Occasionally updated
from wp.org release tags

How often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.

1

releases in the last 12 months

7mo ago

latest release · v2.1.7

23

tagged releases on record

Recent releases

2.1.7 · 7mo ago2.1.6 · 1.7y ago2.1.5 · 2.3y ago2.1.4.9 · 3.0y ago2.1.4.8 · 3.0y ago2.1.4.7 · 3.5y ago2.1.4.5 · 3.8y ago2.1.4.4 · 3.9y ago2.1.4.3 · 4.0y ago2.1.4.1 · 4.0y ago2.1.4 · 4.0y ago2.1.3 · 4.2y ago2.1.2 · 4.6y ago2.1.1 · 5.1y ago

What its installed base runs

via wordpress.org

Share of active installs on each version of this plugin · 100% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.

v2.1 100%
Older / other versions 0.4%

Estimated active installs

The public count shows “100K+”. Our estimate pins where the real number sits.

tracked estimate
100K–200K ≈190K

Refined from the date this plugin crossed into its current band.

Install history · since 2021-02-08 · 1,425 observations

100KInstalls · Aug 26

Estimated value

What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.

Est. annual revenue

N/A

Est. acquisition value

N/A

No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price.

Details

Version
2.1.7
Last updated
7mo ago
Added
2020-10-01 · 5 yrs old
Requires WP
5.0
Tested up to
6.9.7
Requires PHP

Recent review vibe

read from the latest 12 reviews to 2026-05-30
Mixed PraiseBroken updatesPerformance

Reviewers split hard here, some say it does exactly what it should, while others report 500 errors and site crashes after activation, plus complaints about cross-promo admin notices and trouble removing it.

Recent reviews

All reviews on wp.org ↗
  1. mehditabbakh
    3mo ago

    It work perfectly

    Read on wp.org ↗
  2. bugscout
    12mo ago

    i tried 3 plugins, this does what it should 🙂

    Read on wp.org ↗
  3. firafiki
    1.0y ago

    Website crashed error 500 server. All php files was modified. But i’m not sure who dumb person downloaded at my company website. 4 days to settled all the issues.

    Read on wp.org ↗
  4. elmo2000
    3.0y ago

    My whole site crashed . 500 server error. (.htacces failure) Unistalled, found another solution.

    Read on wp.org ↗
  5. ajaxy12
    3.2y ago

    Could you please add capability to exclude spesific domain names from Disable Hotlinking and Leaching of Your Content section? We want to show some of our content on other webiste via iframe

    Read on wp.org ↗
  6. ben2358723823567
    3.2y ago

    WARNING! This extension will sneakily inject obfuscated yanz backdoor PHP scripts in your document root and will hijack your WordPress site. THREE of my customers websites were hacked this week and the ONLY extension that they all have in common that recently got installed is Disable XML-RPC-API. They literally have nothing else in common and they don’t know each other nor use the same theme nor even the same WordPress release. BE WARNED.

    Read on wp.org ↗
  7. jaywalker999
    3.5y ago

    Any plugin that shoves global notices on every admin page to cross promote their other plugins, can have a one star review and get uninstalled. Bye.

    Read on wp.org ↗
  8. sebastienvercammen
    3.6y ago

    Especially for anyone using WordPress in a professional context, e.g. for clients, this plugin is unusable without manually patching out some code Particularly in the file wp-content/plugins/disable-xml-rpc-api/admin/admin.php, you will find the following: add_action( 'admin_notices', 'dsxmlrpc_admin_notice_wpsg' ); Which repeatedly, without any way to disable it permanently, shows an advertisement for a different plugin called WP Security Guard. The ad says the following: Did you know?You can improve your website security by using WP Security Guard! Learn moreRemind Me LaterNot Intrested! The option Not Intrested! did not disable the notification permanently. It came back. I’m personally not against being contacted by the author of a plugin I actively use, in order to ask whether I might be interested in a more fully-featured professional product – because I legitimately might be interested, and we pay for a lot of our plugins – but nagging everyone in the admin panel, without being able to turn it off, for a product that isn’t even the same one, without mentioning it at the top of the plugin’s description page as a disclaimer before we install, crossed a line. It comes across as unprofessional, without warning, so unusable in a professional context. For users with a personal website looking to disable the notification permanently, they can do so via functions.php or a plugin for PHP code snippets with: add_action( 'init', function() { remove_action( 'admin_notices', 'dsxmlrpc_admin_notice_wpsg' ); }, 11); With this, I hope others are informed. Three stars because, without this advertisement, it does what it says. This topic was modified 3 years, 6 months ago by sebastienvercammen. This topic was modified 3 years, 6 months ago by sebastienvercammen. This topic was modified 3 years, 6 months ago by sebastienvercammen. Reason: Clarify title so people don't think advertising happens everywhere on the website This topic was modified 3 years, 6 months ago by sebastienvercammen. Reason: Proper English title This topic was modified 3 years, 6 months ago by sebastienvercammen. Reason: Clarify that we tried the Not Intrested! option

    Read on wp.org ↗

Latest updates

via wp.org changelog

Recent releases and news for this plugin

  1. Version 1.0.0 Initial release 1.0.0
  2. Version 1.0.1 Fix bugs 1.0.1
  3. Version 1.0.5 Remove pingback link tag in header Add ability to fix htaccess file permission 1.0.5
  4. Version 1.0.6 Fix warnings for htaccess permission 1.0.6
  5. Version 1.0.7 Fix blank page when using W3 Total Cache and some other cache plugins 1.0.7
  6. Version 1.0.8 Fix code conflict with Autoptimize plugin 1.0.8

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 8.1.12 · WP 6.7.1

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Languages

via translate.wordpress.org

Translated into 11 languages, 6 at 90% or more

Czech 100%
Dutch 100%
Dutch (Formal) 100%
English (UK) 100%
Russian 91%
Swedish 90%
Spanish (Chile) 47%
Spanish (Spain) 47%
Persian 17%
Dutch (Belgium) 9%
German 7%

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2024-11-12 90K+ → 100K+ up after 283 days in tier
  2. 2024-02-03 80K+ → 90K+ up after 184 days in tier
  3. 2023-08-03 70K+ → 80K+ up after 91 days in tier
  4. 2023-05-04 60K+ → 70K+ up after 79 days in tier
  5. 2023-02-14 50K+ → 60K+ up after 96 days in tier
  6. 2022-11-10 40K+ → 50K+ up

Competes with

The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).

Compare head to head →

Embed this report card

Drop a live Pulse card for Disable XML-RPC-API into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/disable-xml-rpc-api" width="480" height="300" style="border:0" loading="lazy" title="Disable XML-RPC-API — Plugin Pulse"></iframe>
Preview card ↗

Disable XML-RPC-API: 100K+ active installs, 4.2★ (43 reviews). Plugin Pulse (WP Mayor), as of 2026-08-25. https://plugins.wpmayor.com/plugin/disable-xml-rpc-api