An open API service indexing awesome lists of open source software.

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

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