wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_privacy_personal_data_export_file_created › WordPress动作钩子

Since5.4.0
已弃用n/a
do_action( 'wp_privacy_personal_data_export_file_created', $archive_pathname, $archive_url, $html_report_pathname, $request_id, $json_report_pathname )
参数: (5)
  • (string) $archive_pathname The full path to the export file on the filesystem.
    Required: Yes
  • (string) $archive_url The URL of the archive file.
    Required: Yes
  • (string) $html_report_pathname The full path to the HTML personal data report on the filesystem.
    Required: Yes
  • (int) $request_id The export request ID.
    Required: Yes
  • (string) $json_report_pathname The full path to the JSON personal data report on the filesystem.
    Required: Yes
定义在:
文档:

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





源码

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