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) |
|
| 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.Related Functions: _xmlrpc_wp_die_handler, xmlrpc_getpostcategory, xmlrpc_getposttitle, array_all, xmlrpc_pingback_error, xmlrpc_removepostdata
Related Hooks: xmlrpc_enabled, xmlrpc_rsd_apis, xmlrpc_element_limit, wp_die_xmlrpc_handler, xmlrpc_methods