W3cubDocs

/WordPress

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 )

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

Parameters

$archive_pathname

(string) The full path to the export file on the filesystem.

$archive_url

(string) The URL of the archive file.

$html_report_pathname

(string) The full path to the HTML personal data report on the filesystem.

$request_id

(int) The export request ID.

$json_report_pathname

(string) The full path to the JSON personal data report on the filesystem.

Source

File: wp-admin/includes/privacy-tools.php

View on Trac

Changelog

Version Description
5.4.0 Added the $json_report_pathname parameter.
4.9.6 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_privacy_personal_data_export_file_created