xmlrpc_call_success_wp_deletePage

xmlrpc_call_success_wp_deletePage

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('xmlrpc_call_success_wp_deletePage') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 3155
    3151
    3152
    3153
    3154
    3155
    3156
    3157
    3158
    3159
    3160
    3161
         *
         * @param int   $page_id ID of the deleted page.
         * @param array $args    An array of arguments to delete the page.
         */
        do_action( 'xmlrpc_call_success_wp_deletePage', $page_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase
     
        return true;
    }
     
    /**
     * Edits a page.