wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_privacy_personal_data_export_page › WordPress Filter Hooks

Since4.9.6
Deprecatedn/a
apply_filters( 'wp_privacy_personal_data_export_page', $response, $exporter_index, $email_address, $page, $request_id, $send_as_email, $exporter_key )
Parameters: (7)
  • (array) $response The personal data for the given exporter and page number.
    Required: Yes
  • (int) $exporter_index The index of the exporter that provided this data.
    Required: Yes
  • (string) $email_address The email address associated with this personal data.
    Required: Yes
  • (int) $page The page number for this response.
    Required: Yes
  • (int) $request_id The privacy request post ID associated with this request.
    Required: Yes
  • (bool) $send_as_email Whether the final results of the export should be emailed to the user.
    Required: Yes
  • (string) $exporter_key The key (slug) of the exporter that provided this data.
    Required: Yes
Defined at:
Codex:

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.





Source

$response = apply_filters( 'wp_privacy_personal_data_export_page', $response, $exporter_index, $email_address, $page, $request_id, $send_as_email, $exporter_key );