wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



xmlrpc_call › WordPress Action Hooks

Seit5.7.0
Veraltetn/v
do_action( 'xmlrpc_call', 'wp.getUsersBlogs', $args, $this )
Parameter: (3)
  • () name The method name.
    Erforderlich: Ja
  • () args The escaped arguments passed to the method.
    Erforderlich: Ja
  • () server The XML-RPC server instance.
    Erforderlich: Ja
Definiert in:
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.




Quellcode

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