Checks whether the given email exists.

Uses email.exists filter.


  • Full name: email_exists
  • Defined in: cms/core/Shared/Helpers/user.php

Parameters

Parameter Type Description
$email string Email to check.

Return Value

string|false

The user's ID on success or false on failure.