Hooks reference: check_email

Additional checks for email validation.

Args details

  • $sEmail (String) : Email to be checked

Exceptions

  • AnwPluginInterruptionException : Throw this exception when the email is incorrect

Example

  1. function hook_check_email($sEmail)
  2. {
  3. //your code here...
  4. if (/* special case *//*) throw new AnwPluginInterruptionException();
  5. }
  • en
Last edited on 04/05/2009 14:25:06
Powered by Anwiki • 0.04 sec • 2.03 MB