xmlrpc_call – action

Fires after the XML-RPC user has been authenticated but before the rest of the method logic begins. All built-in XML-RPC methods use the action xmlrpc_call, with a parameter equal to the method’s name, e.g., wp.getUsersBlogs, wp.newPost, etc.

Parameters

.
( 2.5.0 ) . .
Added
( 5.7.0 ) the `$args` and `$server` parameters. . . .
( string ) $name The method name. . . .
( array|string ) $args The escaped arguments passed to the method. . . .
$server
( wp_xmlrpc_server ) The XML-RPC server instance. . . .
API Letters: ,

Invokers

31 to 60 of 67

Implementers