wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_privacy_personal_data_email_to › WordPress Filter Hooks

Since5.3.0
Deprecatedn/a
apply_filters( 'wp_privacy_personal_data_email_to', $request->email, $request )
Parameters: (2)
  • (string) $request_email The email address of the notification recipient.
    Required: Yes
  • (WP_User_Request) $request The request that is initiating the notification.
    Required: Yes
Defined at:
Codex:

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.





Source

$request_email = apply_filters( 'wp_privacy_personal_data_email_to', $request->email, $request );