Make WordPress Core

Changeset 43209


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

Privacy: Pass export request ID to wp_privacy_personal_data_export_file_created filter.

Props thomasplevy.
Merges [43208] to the 4.9 branch.
Fixes #44031.

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  
    20322032             * @param string $archive_url          The URL of the archive file.
    20332033             * @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.
    20342035             */
    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 );
    20362037        }
    20372038    } else {
Note: See TracChangeset for help on using the changeset viewer.