wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_privacy_personal_data_email_to › WordPress Filter Hooks

Da5.3.0
Deprecaton/a
apply_filters( 'wp_privacy_personal_data_email_to', $request->email, $request )
Parametri: (2)
  • (string) $request_email The email address of the notification recipient.
    Richiesto:
  • (WP_User_Request) $request The request that is initiating the notification.
    Richiesto:
Definito a:
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.





Sorgenti

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