Hooks reference: check_displayname
Additional checks for displayname validation.
Args details
- $sDisplayName (String) : Displayname to be checked
Exceptions
- AnwPluginInterruptionException : Throw this exception when the displayname is incorrect
Example
- function hook_check_displayname($sDisplayName) {
- //your code here...
- if (/* special case *//*) throw new AnwPluginInterruptionException(); }
- en
Last edited on 04/05/2009 14:24:58