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.

Top ↑

Source

File: wp-admin/includes/privacy-tools.php. View all references

do_action( 'wp_privacy_personal_data_export_file', $request_id );


Top ↑

Changelog

Changelog
Version Description
4.9.6 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.