在将所有个人数据写入导出文件后立即触发。
原型
do_action( 'wp_privacy_personal_data_export_file_created', string $archive_pathname, string $archive_url, string $html_report_pathname, int $request_id )
参数
$archive_pathname
(string)
文件系统上导出文件的完整路径。
$archive_url
(string)
存档文件的URL。
$html_report_pathname
(string)
文件系统上个人数据报告的完整路径。
$request_id
(int)
导出请求ID。
源文件
路径:wp-admin/includes/file.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/wp_privacy_personal_data_export_file_created/