diff --git a/src/wp-admin/includes/privacy-tools.php b/src/wp-admin/includes/privacy-tools.php
index b547468184..725a00c834 100644
|
a
|
b
|
function wp_privacy_generate_personal_data_export_file( $request_id ) { |
| 470 | 470 | * |
| 471 | 471 | * @param string $archive_pathname The full path to the export file on the filesystem. |
| 472 | 472 | * @param string $archive_url The URL of the archive file. |
| 473 | | * @param string $html_report_pathname The full path to the personal data report on the filesystem. |
| | 473 | * @param string $html_report_pathname The full path to the HTML personal data report on the filesystem. |
| 474 | 474 | * @param int $request_id The export request ID. |
| | 475 | * @param string $json_report_pathname The full path to the JSON personal data report on the filesystem. |
| 475 | 476 | */ |
| 476 | 477 | do_action( 'wp_privacy_personal_data_export_file_created', $archive_pathname, $archive_url, $html_report_pathname, $request_id, $json_report_pathname ); |
| 477 | 478 | } |