On this page
apply_filters( 'wp_privacy_personal_data_erasure_page', array $response, int $eraser_index, string $email_address, int $page, int $request_id, string $eraser_key )
Filters a page of personal data eraser data.
Description
Allows the erasure response to be consumed by destinations in addition to Ajax.
Parameters
$responsearray-
The personal data for the given exporter and page.
$eraser_indexint-
The index of the eraser that provided this data.
$email_addressstring-
The email address associated with this personal data.
$pageint-
The page for this response.
$request_idint-
The privacy request post ID associated with this request.
$eraser_keystring-
The key (slug) of the eraser that provided this data.
Source
File: wp-admin/includes/ajax-actions.php. View all references
$response = apply_filters( 'wp_privacy_personal_data_erasure_page', $response, $eraser_index, $email_address, $page, $request_id, $eraser_key );
Related
Used By
| Used By | Description |
|---|---|
| wp_ajax_wp_privacy_erase_personal_data() wp-admin/includes/ajax-actions.php | Ajax handler for erasing personal data. |
Changelog
| Version | Description |
|---|---|
| 4.9.6 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_privacy_personal_data_erasure_page