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.


Top ↑

Source

File: wp-admin/includes/privacy-tools.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.9.6Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.