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
- function hook_check_email($sEmail) {
- //your code here...
- if (/* special case *//*) throw new AnwPluginInterruptionException(); }
- en
Last edited on 04/05/2009 14:25:06