xmlrpc_call, metaWeblog.editPost, $args, $this

xmlrpc_call, metaWeblog.editPost, $args, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

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

  • /wp-includes/class-wp-xmlrpc-server.php line 5783
    			return $this->error;
    		}
    
    		/** This action is documented in wp-includes/class-wp-xmlrpc-server.php */
    		do_action( 'xmlrpc_call', 'metaWeblog.editPost', $args, $this );
    
    		$postdata = get_post( $post_id, ARRAY_A );
    
    		/*
    		 * If there is no post data for the give post ID, stop now and return an error.
    		 * Otherwise a new post will be created (which was the old behavior).