Changeset 43208 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 05/09/2018 11:17:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r43180 r43208 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 {
Note: See TracChangeset
for help on using the changeset viewer.