wp_privacy_personal_data_export_file_created

动作钩子
do_action( 'wp_privacy_personal_data_export_file_created', $archive_pathname, $archive_url, $html_report_pathname, $request_id, $json_report_pathname )
参数
  • (string) $archive_pathname The full path to the export file on the filesystem.
    Required:
  • (string) $archive_url The URL of the archive file.
    Required:
  • (string) $html_report_pathname The full path to the HTML personal data report on the filesystem.
    Required:
  • (int) $request_id The export request ID.
    Required:
  • (string) $json_report_pathname The full path to the JSON personal data report on the filesystem.
    Required:
定义位置
相关勾子
wp_privacy_personal_data_export_filewp_privacy_personal_data_exporterswp_privacy_personal_data_export_pagewp_privacy_personal_data_erasedwp_privacy_personal_data_email_content
相关方法
wp_privacy_generate_personal_data_export_filewp_privacy_send_personal_data_export_emailwp_privacy_process_personal_data_export_pagewp_media_personal_data_exporterwp_user_personal_data_exporterwp_privacy_generate_personal_data_export_group_html
引入
5.4.0
弃用
-

在所有个人数据被写入导出文件后立即启动。

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