wp_privacy_personal_data_erasure_page WordPress Filter Hook

The wp_privacy_personal_data_erasure_page hook is used to output the personal data erasure page. This hook is fired after the user has requested to delete their personal data.

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.


Top ↑

Parameters

$response

(array)The personal data for the given exporter and page.

$eraser_index

(int)The index of the eraser that provided this data.

$email_address

(string)The email address associated with this personal data.

$page

(int)The page for this response.

$request_id

(int)The privacy request post ID associated with this request.

$eraser_key

(string)The key (slug) of the eraser that provided this data.


Top ↑

Source

File: wp-admin/includes/ajax-actions.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.9.6Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More