Generate the export file from the collected, grouped personal data.
Parameters
$request_id
int- The export request ID.
Source
do_action( 'wp_privacy_personal_data_export_file', $request_id );
Changelog
Version | Description |
---|---|
4.9.6 | Introduced. |
Generate the export file from the collected, grouped personal data.
$request_id
intdo_action( 'wp_privacy_personal_data_export_file', $request_id );
Version | Description |
---|---|
4.9.6 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.