On this page
do_action( 'wp_privacy_personal_data_export_file', int $request_id )
Generate the export file from the collected, grouped personal data.
Parameters
$request_idint-
The export request ID.
Source
File: wp-admin/includes/privacy-tools.php. View all references
do_action( 'wp_privacy_personal_data_export_file', $request_id );
Related
Used By
| Used By | Description |
|---|---|
| wp_privacy_process_personal_data_export_page() wp-admin/includes/privacy-tools.php | Intercept personal data exporter page Ajax responses in order to assemble the personal data export file. |
Changelog
| Version | Description |
|---|---|
| 4.9.6 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_privacy_personal_data_export_file