xmlrpc_call_success_blogger_editPost

xmlrpc_call_success_blogger_editPost

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('xmlrpc_call_success_blogger_editPost') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 5245
    5241
    5242
    5243
    5244
    5245
    5246
    5247
    5248
    5249
    5250
    5251
         *
         * @param int   $post_id ID of the updated post.
         * @param array $args    An array of arguments for the post to edit.
         */
        do_action( 'xmlrpc_call_success_blogger_editPost', $post_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase
     
        return true;
    }
     
    /**
     * Deletes a post.