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



xmlrpc_call › WordPress Action Hooks

Since5.7.0
Deprecatedn/a
do_action( 'xmlrpc_call', 'wp.getUsersBlogs', $args, $this )
Parameters: (3)
  • () name The method name.
    Required: Yes
  • () args The escaped arguments passed to the method.
    Required: Yes
  • () server The XML-RPC server instance.
    Required: Yes
Defined at:
Codex:

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.




Source

do_action( 'xmlrpc_call', 'wp.getUsersBlogs', $args, $this );