WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_privacy_personal_data_export_file

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/privacy-tools.php do_action 866 /**
* Generate the export file from the collected, grouped personal data.
*
* @since 4.9.6
*
* @param int $request_id The export request ID.
*/

Hook Parameters

Parameter Type Name Description
string $archive_pathname The full path to the export file on the filesystem.
string $archive_url The URL of the archive file.
string $html_report_pathname The full path to the HTML personal data report on the filesystem.
int $request_id The export request ID.
string $json_report_pathname The full path to the JSON personal data report on the filesystem.