wpseek.com
A WordPress-centric search engine for devs and theme authors



xmlrpc_methods › WordPress Filter Hooks

Since1.5.0
Deprecatedn/a
apply_filters( 'xmlrpc_methods', $this->methods )
Parameters:
  • () methods An array of XML-RPC methods, keyed by their methodName.
    Required: Yes
Defined at:
Codex:

Filters the methods exposed by the XML-RPC server.

This filter can be used to add new methods, and remove built-in methods.




Source

$this->methods = apply_filters( 'xmlrpc_methods', $this->methods );