wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_privacy_personal_data_export_file_created › WordPress Action Hooks

Seit5.4.0
Veraltetn/v
do_action( 'wp_privacy_personal_data_export_file_created', $archive_pathname, $archive_url, $html_report_pathname, $request_id, $json_report_pathname )
Parameter: (5)
  • (string) $archive_pathname The full path to the export file on the filesystem.
    Erforderlich: Ja
  • (string) $archive_url The URL of the archive file.
    Erforderlich: Ja
  • (string) $html_report_pathname The full path to the HTML personal data report on the filesystem.
    Erforderlich: Ja
  • (int) $request_id The export request ID.
    Erforderlich: Ja
  • (string) $json_report_pathname The full path to the JSON personal data report on the filesystem.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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