wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_privacy_personal_data_export_file_created › WordPress Action Hooks

Since5.4.0
Deprecatedn/a
do_action( 'wp_privacy_personal_data_export_file_created', $archive_pathname, $archive_url, $html_report_pathname, $request_id, $json_report_pathname )
Parameters: (5)
  • (string) $archive_pathname The full path to the export file on the filesystem.
    Required: Yes
  • (string) $archive_url The URL of the archive file.
    Required: Yes
  • (string) $html_report_pathname The full path to the HTML personal data report on the filesystem.
    Required: Yes
  • (int) $request_id The export request ID.
    Required: Yes
  • (string) $json_report_pathname The full path to the JSON personal data report on the filesystem.
    Required: Yes
Defined at:
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 );