=== Remove XML-RPC Methods === Contributors: walterebert Tags: xml-rpc Requires at least: 4.4 Tested up to: 5.4 Requires PHP: 5.4.0 Stable tag: 1.2.0 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html Remove all methods from the WordPress XML-RPC API. The plugin is an alternative to just using the `xmlrpc_enabled` hook, because it is only used "To disable XML-RPC methods that require authentication". == 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 == Changelog == = 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.