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



user_erasure_fulfillment_email_to › WordPress Filter Hooks

Since4.9.6
Deprecatedn/a
apply_filters( 'user_erasure_fulfillment_email_to', $request->email, $request )
Parameters: (2)
  • (string) $user_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 data erasure fulfillment notification.





Source

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