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



send_password_change_email › Les Filtres WordPress

Depuis4.3.0
Dépréciéen/a
apply_filters( 'send_password_change_email', true, $user, $userdata )
Paramètres: (3)
  • (bool) $send Whether to send the email.
    Requis: Oui
  • (array) $user The original user array.
    Requis: Oui
  • (array) $userdata The updated user array.
    Requis: Oui
Défini(e) dans:
Codex:

Filters whether to send the password change email.





Source

$send_password_change_email = apply_filters( 'send_password_change_email', true, $user, $userdata );