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



wp_privacy_personal_data_export_file_created › Les Actions WordPress

Depuis5.4.0
Dépréciéen/a
do_action( 'wp_privacy_personal_data_export_file_created', $archive_pathname, $archive_url, $html_report_pathname, $request_id, $json_report_pathname )
Paramètres: (5)
  • (string) $archive_pathname The full path to the export file on the filesystem.
    Requis: Oui
  • (string) $archive_url The URL of the archive file.
    Requis: Oui
  • (string) $html_report_pathname The full path to the HTML personal data report on the filesystem.
    Requis: Oui
  • (int) $request_id The export request ID.
    Requis: Oui
  • (string) $json_report_pathname The full path to the JSON personal data report on the filesystem.
    Requis: Oui
Défini(e) dans:
Codex:

Fires right after all personal data has been written to the export file.





Source

do_action( 'wp_privacy_personal_data_export_file_created', $archive_pathname, $archive_url, $html_report_pathname, $request_id, $json_report_pathname );