xmlrpc_call, wp.getPosts, $args, $this

xmlrpc_call, wp.getPosts, $args, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

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

  • /wp-includes/class-wp-xmlrpc-server.php line 2009
    			return $this->error;
    		}
    
    		/** This action is documented in wp-includes/class-wp-xmlrpc-server.php */
    		do_action( 'xmlrpc_call', 'wp.getPosts', $args, $this );
    
    		$query = array();
    
    		if ( isset( $filter['post_type'] ) ) {
    			$post_type = get_post_type_object( $filter['post_type'] );
    			if ( ! ( (bool) $post_type ) ) {