apply_filters( 'wp_privacy_personal_data_export_page', array $response, int $exporter_index, string $email_address, int $page, int $request_id, bool $send_as_email, string $exporter_key )

Filters a page of personal data exporter data. Used to build the export report.


Description Description

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


Parameters Parameters

$response

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

$exporter_index

(int) The index of the exporter 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.

$send_as_email

(bool) Whether the final results of the export should be emailed to the user.

$exporter_key

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


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.9.6 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.