wp_privacy_personal_data_erasure_page, $response, $eraser_index, $email_address, $page, $request_id, $eraser_key
wp_privacy_personal_data_erasure_page, $response, $eraser_index, $email_address, $page, $request_id, $eraser_key
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('wp_privacy_personal_data_erasure_page, $response, $eraser_index, $email_address, $page, $request_id, $eraser_key') is found 1 times:
- /wp-admin/includes/ajax-actions.php line 5349
* @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 );