xmlrpc_call, wp.getUsersBlogs, $args, $this

xmlrpc_call, wp.getUsersBlogs, $args, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('xmlrpc_call, wp.getUsersBlogs, $args, $this') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 749
    		 * @param string           $name   The method name.
    		 * @param array|string     $args   The escaped arguments passed to the method.
    		 * @param wp_xmlrpc_server $server The XML-RPC server instance.
    		 */
    		do_action( 'xmlrpc_call', 'wp.getUsersBlogs', $args, $this );
    
    		$blogs  = (array) get_blogs_of_user( $user->ID );
    		$struct = array();
    
    		$primary_blog_id = 0;
    		$active_blog     = get_active_blog_for_user( $user->ID );