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



email_exists › Filtr WordPress Hooks

Od5.6.0
Przestarzałyn/a
apply_filters( 'email_exists', $user_id, $email )
Parametry: (2)
  • (int|false) $user_id The user ID associated with the email, or false if the email does not exist.
    Wymagane: Tak
  • (string) $email The email to check for existence.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether the given email exists.





Źródło

return apply_filters( 'email_exists', $user_id, $email );