WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_xmlrpc_server_class

Back to home

Files

Filename Hook Type Line Number PHP Doc
xmlrpc.php apply_filters 83 /**
* Filters the class used for handling XML-RPC requests.
*
* @since 3.1.0
*
* @param string $class The name of the XML-RPC server class.
*/

Hook Parameters

Parameter Type Name Description
string $class The name of the XML-RPC server class.