do_action( ‘wp_privacy_personal_data_export_file_created’, string $archive_pathname, string $archive_url, string $html_report_pathname, int $request_id, string $json_report_pathname )

In this article

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

Parameters

$archive_pathnamestring
The full path to the export file on the filesystem.
$archive_urlstring
The URL of the archive file.
$html_report_pathnamestring
The full path to the HTML personal data report on the filesystem.
$request_idint
The export request ID.
$json_report_pathnamestring
The full path to the JSON personal data report on the filesystem.

Source

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

Changelog

VersionDescription
5.4.0Added the $json_report_pathname parameter.
4.9.6Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.