https://github.com/spacedmonkey/disable-xml-rpc-fully
Disable XML RPC fully in WordPress
https://github.com/spacedmonkey/disable-xml-rpc-fully
Last synced: 3 days ago
JSON representation
Disable XML RPC fully in WordPress
- Host: GitHub
- URL: https://github.com/spacedmonkey/disable-xml-rpc-fully
- Owner: spacedmonkey
- License: gpl-2.0
- Created: 2014-02-23T15:36:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T16:28:00.000Z (about 9 years ago)
- Last Synced: 2025-11-27T16:33:55.837Z (7 months ago)
- Language: PHP
- Homepage: https://wordpress.org/plugins/disable-xml-rpc-fully/
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Disable XML RPC Fully
=====================
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.spacedmonkey.com/ "website") or follow me on twitter [@thespacedmonkey](https://twitter.com/thespacedmonkey)
[](http://travis-ci.org/spacedmonkey/disable-xml-rpc-fully)
## 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
## GitHub Updater
The Disable XML-RPC fully includes native support for the [GitHub Updater](https://github.com/afragen/github-updater) which allows you to provide updates to your WordPress plugin from GitHub.
## License
The Disable XML-RPC fully is licensed under the GPL v2 or later.
> This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.
> This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
> You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## Contributions
Anyone is welcome to contribute to Disable XML-RPC fully
There are various ways you can contribute:
* Raise an issue on GitHub.
* Send us a Pull Request with your bug fixes and/or new features.
* Provide feedback and suggestions on enhancements.