do_action( ‘wp_privacy_personal_data_export_file’, int $request_id )

In this article

Generate the export file from the collected, grouped personal data.

Parameters

$request_idint
The export request ID.

Source

do_action( 'wp_privacy_personal_data_export_file', $request_id );

Changelog

VersionDescription
4.9.6Introduced.

User Contributed Notes

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