xmlrpc_call_success_mw_editPost

xmlrpc_call_success_mw_editPost

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('xmlrpc_call_success_mw_editPost') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 6039
    6035
    6036
    6037
    6038
    6039
    6040
    6041
    6042
    6043
    6044
    6045
         *
         * @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.