Beschrijving
Simpel gezegd, deze plugin gebruikt het ingebouwde WordPress filter “xmlrpc_enabled” om de XML-RPC API uit te schakelen op een WordPress site met 3.5 of hoger.
Beginning in 3.5, XML-RPC is enabled by default. Additionally, the option to disable/enable XML-RPC was removed. For various reasons, site owners may wish to disable this functionality. This plugin provides an easy way to do so.
Schermafdrukken
Installatie
- Upload the disable-xml-rpc directory to the
/wp-content/plugins/
directory in your WordPress installation - Activeer de plugin via het ‘Plugins’ menu in WordPress
- De WordPress XML-RPC methoden zijn nu uitgeschakeld!
To re-enable XML-RPC, just deactivate the plugin through the ‘Plugins’ menu.
View the FAQ about “How do I know if the plugin is working?” to verify that this is working as intended.
FAQ
-
Is er een beheer interface voor deze plugin?
-
Nee. Deze plugin is zo eenvoudig als XML-RPC is uitgeschakeld (plugin geactiveerd) of XML-RPC is ingeschakeld (plugin is gedeactiveerd).
-
Hoe weet ik of de plugin werkt?
-
Er zijn een paar eenvoudige methoden om te controleren of XML-RPC is uitgeschakeld:
- Try using an XML-RPC WordPress client, like the official WordPress mobile apps. The WordPress mobile app should tell you that “XML-RPC services are disabled on this site” if the plugin is activated.
- Use the curl command to send an XML-RPC request to your site. If the response contains “XML-RPC services are disabled on this site” then the plugin is working properly and WordPress will not send data back to XML-RPC requests.
- Try the XML-RPC Validator, written by Danilo Ercoli of the Automattic Mobile Team – the tool is available at https://xmlrpc-check.hostpress.me/. Information and source code for the tool are available on GitHub at https://github.com/daniloercoli/WordPress-XML-RPC-Validator. Keep in mind that you want the validator to fail and tell you that XML-RPC services are disabled.
Bekijk de schermafbeeldingen voor voorbeelden van wat deze tools laten zien wanneer de plugin is ingeschakeld.
-
Er lijkt iets niet goed te werken
-
If the plugin is activated, but XML-RPC appears to still be working … OR … the plugin is deactivated, but XML-RPC is not working, then it’s possible that another plugin or theme function is affecting the xmlrpc_enabled filter. Additionally, server configurations could be blocking XML-RPC (i.e. blocking access to xmlrpc.php in the .htaccess file).
Beoordelingen
Bijdragers & ontwikkelaars
“Disable XML-RPC” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Disable XML-RPC” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.0.1
- Blank lines removed from the plugin file.
1.0
- Eerste release