WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_privacy_personal_data_email_to

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/privacy-tools.php apply_filters 625 /**
* Filters the recipient of the personal data export email notification.
* Should be used with great caution to avoid sending the data export link to wrong emails.
*
* @since 5.3.0
*
* @param string $request_email The email address of the notification recipient.
* @param WP_User_Request $request The request that is initiating the notification.
*/

Hook Parameters

Parameter Type Name Description
string $request_email The email address of the notification recipient.
WP_User_Request $request The request that is initiating the notification.