WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about xmlrpc_methods

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-xmlrpc-server.php apply_filters 174 /**
* Filters the methods exposed by the XML-RPC server.
*
* This filter can be used to add new methods, and remove built-in methods.
*
* @since 1.5.0
*
* @param string[] $methods An array of XML-RPC methods, keyed by their methodName.
*/

Hook Parameters

Parameter Type Name Description
string[] $methods An array of XML-RPC methods, keyed by their methodName.