=== Disable XML RPC Fully === Contributors: spacedmonkey Donate link: http://www.jonathandavidharris.co.uk/ Tags: xmlrpc Requires at least: 3.5.1 Tested up to: 3.6 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Simple plugin that disables XML-RPC. == Description == Simple plugin that disables XML-RPC, since it is enabled by default on WordPress 3.5 and above. It also removed references in the headers and in the body of the html. If you wish to follow the development of this plugin, view the code on the official plugin [website](http://www.jonathandavidharris.co.uk/scripts/disable-xml-rpc-fully/ "website") or follow me on twitter [@thespacedmonkey](https://twitter.com/thespacedmonkey) == Installation == This section describes how to install the plugin and get it working. = Using The WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Search for `disable-xml-rpc-fully` 3. Click 'Install Now' 4. Activate the plugin on the Plugin dashboard = Uploading in WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Navigate to the 'Upload' area 3. Select `disable-xml-rpc-fully.zip` from your computer 4. Click 'Install Now' 5. Activate the plugin in the Plugin dashboard = Using FTP = 1. Download `disable-xml-rpc-fully.zip` 2. Extract the `disable-xml-rpc-fully` directory to your computer 3. Upload the `disable-xml-rpc-fully` directory to the `/wp-content/plugins/` directory 4. Activate the plugin in the Plugin dashboard == Changelog == = 1.0.0 = * First release