wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_privacy_personal_data_email_to › WordPress Filter Hooks

Seit5.3.0
Veraltetn/v
apply_filters( 'wp_privacy_personal_data_email_to', $request->email, $request )
Parameter: (2)
  • (string) $request_email The email address of the notification recipient.
    Erforderlich: Ja
  • (WP_User_Request) $request The request that is initiating the notification.
    Erforderlich: Ja
Definiert in:
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.





Quellcode

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