Changeset 43209
- Timestamp:
- 05/09/2018 11:18:26 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/file.php
r43186 r43209 2032 2032 * @param string $archive_url The URL of the archive file. 2033 2033 * @param string $html_report_pathname The full path to the personal data report on the filesystem. 2034 * @param string $request_id The export request ID. 2034 2035 */ 2035 do_action( 'wp_privacy_personal_data_export_file_created', $archive_pathname, $archive_url, $html_report_pathname );2036 do_action( 'wp_privacy_personal_data_export_file_created', $archive_pathname, $archive_url, $html_report_pathname, $request_id ); 2036 2037 } 2037 2038 } else {
Note: See TracChangeset
for help on using the changeset viewer.