wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_privacy_personal_data_email_to › Les Filtres WordPress

Depuis5.3.0
Dépréciéen/a
apply_filters( 'wp_privacy_personal_data_email_to', $request->email, $request )
Paramètres: (2)
  • (string) $request_email The email address of the notification recipient.
    Requis: Oui
  • (WP_User_Request) $request The request that is initiating the notification.
    Requis: Oui
Défini(e) dans:
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.





Source

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