do_action( 'wp_privacy_personal_data_export_file_created', string $archive_pathname , string $archive_url , string $html_report_pathname , int $request_id )
Fires right after all personal data has been written to the export file.
Parameters
- $archive_pathname
-
The full path to the export file on the filesystem.
- $archive_url
-
The URL of the archive file.
- $html_report_pathname
-
The full path to the personal data report on the filesystem.
- $request_id
-
The export request ID.
Source
Changelog
Version | Description |
---|---|
WP-4.9.6 | Introduced. |