Make WordPress Core


Ignore:
Timestamp:
05/09/2018 11:17:03 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Pass export request ID to wp_privacy_personal_data_export_file_created filter.

Props thomasplevy.
Fixes #44031.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/file.php

    r43180 r43208  
    21692169             * @param string $archive_url          The URL of the archive file.
    21702170             * @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.
    21712172             */
    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 );
    21732174        }
    21742175    } else {
Note: See TracChangeset for help on using the changeset viewer.