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



user_erasure_fulfillment_email_to › WordPress Filter Hooks

Seit4.9.6
Veraltetn/v
apply_filters( 'user_erasure_fulfillment_email_to', $request->email, $request )
Parameter: (2)
  • (string) $user_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 data erasure fulfillment notification.





Quellcode

$user_email = apply_filters( 'user_erasure_fulfillment_email_to', $request->email, $request );