xmlrpc_call_success_blogger_deletePost

xmlrpc_call_success_blogger_deletePost

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('xmlrpc_call_success_blogger_deletePost') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 5304
    5300
    5301
    5302
    5303
    5304
    5305
    5306
    5307
    5308
    5309
    5310
         *
         * @param int   $post_id ID of the deleted post.
         * @param array $args    An array of arguments to delete the post.
         */
        do_action( 'xmlrpc_call_success_blogger_deletePost', $post_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase
     
        return true;
    }
     
    /*
     * MetaWeblog API functions.