wp_privacy_personal_data_export_file WordPress Action Hook
The wp_privacy_personal_data_export_file hook allows developers to export personal data from a WordPress user account. This hook is triggered when a user requests an export of their personal data from the WordPress privacy settings page.
do_action( 'wp_privacy_personal_data_export_file', int $request_id ) #
Generate the export file from the collected, grouped personal data.
Parameters
- $request_id
(int)The export request ID.
Source
Changelog
Version | Description |
---|---|
4.9.6 | Introduced. |