wp_privacy_process_personal_data_export_page


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

Parameters:
  • (array) response The response from the personal data exporter for the given page.
  • (int) exporter_index The index of the personal data exporter. Begins at 1.
  • (string) email_address The email address of the user whose personal data this is.
  • (int) page The page of personal data for this exporter. Begins at 1.
  • (int) request_id The request ID for this personal data export.
  • (bool) send_as_email Whether the final results of the export should be emailed to the user.
  • (string) exporter_key The slug (key) of the exporter.
See:
Returns:
  • (array) The filtered response.
Defined at:

Description

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

Related Functions

wp_privacy_process_personal_data_erasure_page, wp_privacy_send_personal_data_export_email, wp_privacy_generate_personal_data_export_file, wp_privacy_generate_personal_data_export_group_html, wp_comments_personal_data_exporter

Top Google Results

User discussions

wpseek mobile