WPDev.one
Core Function
View Source on Trac ↗

wp_privacy_process_personal_data_export_page()

wp_privacy_process_personal_data_export_page( mixed $response, mixed $exporter_index, mixed $email_address, mixed $page, mixed $request_id, mixed $send_as_email, mixed $exporter_key )

Intercept personal data exporter page Ajax responses in order to assemble the personal data export file.

Parameters 7 required

Name / Type Description
$response
array

The response from the personal data exporter for the given page.

Required
$exporter_index
int

The index of the personal data exporter. Begins at 1.

Required
$email_address
string

The email address of the user whose personal data this is.

Required
$page
int

The page of personal data for this exporter. Begins at 1.

Required
$request_id
int

The request ID for this personal data export.

Required
$send_as_email
bool

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

Required
$exporter_key
string

The slug (key) of the exporter.

Required

Return Value

(array)
The filtered response.

Function Information

Since Version
4.9.6
Source File
wp-admin/includes/privacy-tools.php
Advertisement