=== xml rpc off now === Contributors: openzenta25 Tags: xml-rpc, disable, security, minimal Requires at least: 5.0 Tested up to: 6.8 Requires PHP: 7.2 Stable tag: 1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Disables XML-RPC in WordPress for improved security. Lightweight, no settings. == Description == This plugin disables the XML-RPC functionality in WordPress by using the `xmlrpc_enabled` filter. XML-RPC can be used for brute-force attacks and other malicious purposes. Most WordPress sites do not require it anymore. **Features:** * Disables all XML-RPC functionality * Shows a one-line admin notice (visible to administrators only, on the Dashboard) * No settings, no bloat This plugin is lightweight and suitable for minimal or security-focused setups. == Installation == 1. Upload the plugin folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the ‘Plugins’ menu in WordPress. 3. That’s it. XML-RPC is now disabled. == Frequently Asked Questions == = Can I re-enable XML-RPC later? = Yes, simply deactivate or uninstall this plugin. = Does this affect the REST API? = No. The WordPress REST API remains fully functional. == Screenshots == 1. Admin notice shown only on the Dashboard. == Changelog == = 1.2 = * Show admin notice for administrators only, on Dashboard = 1.1 = * Added admin notice = 1.0 = * Initial release – disables XML-RPC == Upgrade Notice == = 1.2 = Improved visibility of admin notice – now limited to Dashboard and admins only. == Credits == Maintained by openzenta. Suggestions and contributions welcome!