https://github.com/littlebizzy/disable-xml-rpc
Disables all XML-RPC functions
https://github.com/littlebizzy/disable-xml-rpc
wordpress wordpress-plugin
Last synced: 9 months ago
JSON representation
Disables all XML-RPC functions
- Host: GitHub
- URL: https://github.com/littlebizzy/disable-xml-rpc
- Owner: littlebizzy
- License: gpl-3.0
- Created: 2017-06-27T00:16:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-22T07:16:36.000Z (11 months ago)
- Last Synced: 2025-05-07T19:58:40.322Z (9 months ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://www.littlebizzy.com/plugins/disable-xml-rpc
- Size: 91.8 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Disable XML-RPC
Disables all XML-RPC functions
## Changelog
### 2.1.0
- removed redundant `xmlrpc_methods` filter
- fixed "dummy" CSS class to hide discussion settings reliably
- improved code formatting and hook order
- added `Tested up to` plugin header
- added `Update URI` plugin header
- added `Text Domain` plugin header
### 2.0.2
- added `Requires PHP` plugin header
- improved `gu_override_dot_org` snippet
### 2.0.1
- fixed `gu_override_dot_org` snippet
### 2.0.0
- completely refactored to WordPress standards
- several new snippets to further disable XML-RPC calls and methods
- support for Git Updater
- spport for PHP 7.0 to 8.3
- support for Multisite
### 1.1.1
- updated recommended plugins
### 1.1.0
- tested with WP 5.0
### 1.0.8
- updated recommended plugins
### 1.0.7
- optimized plugin code
- added warning for Multisite installations
- updated recommended plugins
- updated plugin meta
### 1.0.6
- updated recommended plugins
### 1.0.5
- better support for `DISABLE_NAG_NOTICES`
### 1.0.4
- tested with WP 4.9
- updated plugin meta
- partial support for `DISABLE_NAG_NOTICES`
### 1.0.3
- optimized plugin code
- updated recommended plugins
- added rating request notice
### 1.0.2
- optimized plugin code
- updated recommended plugins
### 1.0.1
- added recommended plugins notice
### 1.0.0
- initial release