Filters the methods exposed by the XML-RPC server.
This filter can be used to add new methods, and remove built-in methods.
$methodsstring[]
$this->methods = apply_filters( 'xmlrpc_methods', $this->methods );
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/xmlrpc_methods