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



wp_privacy_personal_data_email_to › Filtr WordPress Hooks

Od5.3.0
Przestarzałyn/a
apply_filters( 'wp_privacy_personal_data_email_to', $request->email, $request )
Parametry: (2)
  • (string) $request_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 personal data export email notification.

Should be used with great caution to avoid sending the data export link to wrong emails.





Źródło

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