wp_privacy_personal_data_erasure_page

wp_privacy_personal_data_erasure_page

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_privacy_personal_data_erasure_page') is found 1 times:

  • /wp-admin/includes/ajax-actions.php line 5337
    5333
    5334
    5335
    5336
    5337
    5338
    5339
    5340
    5341
    5342
    5343
    * @param int    $page            The page number for this response.
     * @param int    $request_id      The privacy request post ID associated with this request.
     * @param string $eraser_key      The key (slug) of the eraser that provided this data.
     */
    $response = apply_filters( 'wp_privacy_personal_data_erasure_page', $response, $eraser_index, $email_address, $page, $request_id, $eraser_key );
     
    if ( is_wp_error( $response ) ) {
        wp_send_json_error( $response );
    }
     
    wp_send_json_success( $response );