wp_privacy_personal_data_erasure_page

Advertisement

Summery Summery

Filters a page of personal data eraser data.

Syntax Syntax

apply_filters( 'wp_privacy_personal_data_erasure_page', array $response, int $eraser_index, string $email_address, int $page, int $request_id, string $eraser_key )

Description Description

Allows the erasure response to be consumed by destinations in addition to Ajax.

Parameters Parameters

$response

The personal data for the given exporter and page.

$eraser_index

The index of the eraser that provided this data.

$email_address

The email address associated with this personal data.

$page

The page for this response.

$request_id

The privacy request post ID associated with this request.

$eraser_key

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

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
4.9.6 Introduced.

Advertisement

Leave a Reply