Action hook 'wp_privacy_personal_data_export_file_created'

in WP Core File wp-admin/includes/privacy-tools.php at line 563

Description

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

Occurrences

Filename Line Number
wp-admin/includes/privacy-tools.php 563

Parameters

Type Name Description
string $archive_pathname The full path to the export file on the filesystem.
string $archive_url The URL of the archive file.
string $html_report_pathname The full path to the HTML personal data report on the filesystem.
int $request_id The export request ID.
string $json_report_pathname The full path to the JSON personal data report on the filesystem.

PHP Doc

/**
			 * Fires right after all personal data has been written to the export file.
			 *
			 * @since 4.9.6
			 * @since 5.4.0 Added the `$json_report_pathname` parameter.
			 *
			 * @param string $archive_pathname     The full path to the export file on the filesystem.
			 * @param string $archive_url          The URL of the archive file.
			 * @param string $html_report_pathname The full path to the HTML personal data report on the filesystem.
			 * @param int    $request_id           The export request ID.
			 * @param string $json_report_pathname The full path to the JSON personal data report on the filesystem.
			 */