wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_privacy_personal_data_export_page › Les Filtres WordPress

Depuis4.9.6
Dépréciéen/a
apply_filters( 'wp_privacy_personal_data_export_page', $response, $exporter_index, $email_address, $page, $request_id, $send_as_email, $exporter_key )
Paramètres: (7)
  • (array) $response The personal data for the given exporter and page number.
    Requis: Oui
  • (int) $exporter_index The index of the exporter that provided this data.
    Requis: Oui
  • (string) $email_address The email address associated with this personal data.
    Requis: Oui
  • (int) $page The page number for this response.
    Requis: Oui
  • (int) $request_id The privacy request post ID associated with this request.
    Requis: Oui
  • (bool) $send_as_email Whether the final results of the export should be emailed to the user.
    Requis: Oui
  • (string) $exporter_key The key (slug) of the exporter that provided this data.
    Requis: Oui
Défini(e) dans:
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 );