xmlrpc_call, blogger.editPost, $args, $this

xmlrpc_call, blogger.editPost, $args, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('xmlrpc_call, blogger.editPost, $args, $this') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 5225
    			return $this->error;
    		}
    
    		/** This action is documented in wp-includes/class-wp-xmlrpc-server.php */
    		do_action( 'xmlrpc_call', 'blogger.editPost', $args, $this );
    
    		$actual_post = get_post( $post_id, ARRAY_A );
    
    		if ( ! $actual_post || 'post' !== $actual_post['post_type'] ) {
    			return new IXR_Error( 404, __( 'Sorry, no such post.' ) );
    		}