WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_privacy_personal_data_export_page

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/ajax-actions.php apply_filters 5028 /**
* Filters a page of personal data exporter data. Used to build the export report.
*
* Allows the export response to be consumed by destinations in addition to Ajax.
*
* @since 4.9.6
*
* @param array $response The personal data for the given exporter and page.
* @param int $exporter_index The index of the exporter that provided this data.
* @param string $email_address The email address associated with this personal data.
* @param int $page The page for this response.
* @param int $request_id The privacy request post ID associated with this request.
* @param bool $send_as_email Whether the final results of the export should be emailed to the user.
* @param string $exporter_key The key (slug) of the exporter that provided this data.
*/

Hook Parameters

Parameter Type Name Description
array $response The personal data for the given exporter and page.
int $exporter_index The index of the exporter that provided this data.
string $email_address The email address associated with this personal data.
int $page The page for this response.
int $request_id The privacy request post ID associated with this request.
bool $send_as_email Whether the final results of the export should be emailed to the user.
string $exporter_key The key (slug) of the exporter that provided this data.