Ticket #44031: 44031.patch
File 44031.patch, 917 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/includes/file.php
2168 2168 * @param string $archive_pathname The full path to the export file on the filesystem. 2169 2169 * @param string $archive_url The URL of the archive file. 2170 2170 * @param string $html_report_pathname The full path to the personal data report on the filesystem. 2171 * @param string $request_id The export request ID. 2171 2172 */ 2172 do_action( 'wp_privacy_personal_data_export_file_created', $archive_pathname, $archive_url, $html_report_pathname );2173 do_action( 'wp_privacy_personal_data_export_file_created', $archive_pathname, $archive_url, $html_report_pathname, $request_id ); 2173 2174 } 2174 2175 } else { 2175 2176 $error = __( 'Unable to open export file (archive) for writing.' );