xmlrpc_call_success_mw_editPost, $post_id, $args

xmlrpc_call_success_mw_editPost, $post_id, $args

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('xmlrpc_call_success_mw_editPost, $post_id, $args') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 6102
    		 *
    		 * @param int   $post_id ID of the updated post.
    		 * @param array $args    An array of arguments to update the post.
    		 */
    		do_action( 'xmlrpc_call_success_mw_editPost', $post_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase
    
    		return true;
    	}
    
    	/**
    	 * Retrieves a post.