wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



user_erasure_fulfillment_email_to › Filtr WordPress Hooks

Od4.9.6
Przestarzałyn/a
apply_filters( 'user_erasure_fulfillment_email_to', $request->email, $request )
Parametry: (2)
  • (string) $user_email The email address of the notification recipient.
    Wymagane: Tak
  • (WP_User_Request) $request The request that is initiating the notification.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the recipient of the data erasure fulfillment notification.





Źródło

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