wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_privacy_personal_data_export_file_created › Działania WordPress Hooks

Od5.4.0
Przestarzałyn/a
do_action( 'wp_privacy_personal_data_export_file_created', $archive_pathname, $archive_url, $html_report_pathname, $request_id, $json_report_pathname )
Parametry: (5)
  • (string) $archive_pathname The full path to the export file on the filesystem.
    Wymagane: Tak
  • (string) $archive_url The URL of the archive file.
    Wymagane: Tak
  • (string) $html_report_pathname The full path to the HTML personal data report on the filesystem.
    Wymagane: Tak
  • (int) $request_id The export request ID.
    Wymagane: Tak
  • (string) $json_report_pathname The full path to the JSON personal data report on the filesystem.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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