wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_privacy_personal_data_export_file_created › WordPress Action Hooks

Da5.4.0
Deprecaton/a
do_action( 'wp_privacy_personal_data_export_file_created', $archive_pathname, $archive_url, $html_report_pathname, $request_id, $json_report_pathname )
Parametri: (5)
  • (string) $archive_pathname The full path to the export file on the filesystem.
    Richiesto:
  • (string) $archive_url The URL of the archive file.
    Richiesto:
  • (string) $html_report_pathname The full path to the HTML personal data report on the filesystem.
    Richiesto:
  • (int) $request_id The export request ID.
    Richiesto:
  • (string) $json_report_pathname The full path to the JSON personal data report on the filesystem.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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