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



send_password_change_email › Filtr WordPress Hooks

Od4.3.0
Przestarzałyn/a
apply_filters( 'send_password_change_email', true, $user, $userdata )
Parametry: (3)
  • (bool) $send Whether to send the email.
    Wymagane: Tak
  • (array) $user The original user array.
    Wymagane: Tak
  • (array) $userdata The updated user array.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether to send the password change email.





Źródło

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