Extension:Echo/Hooks/EchoCanAbortNewMessagesAlert

Category:Extension hooks#EchoCanAbortNewMessagesAlert
EchoCanAbortNewMessagesAlert
Available from version ??? (Gerrit change 591297)

Define function:
public static function onEchoCanAbortNewMessagesAlert(  ) { ... }
Attach hook:
$wgHooks['EchoCanAbortNewMessagesAlert'][] = 'MyExtensionHooks::onEchoCanAbortNewMessagesAlert';
Called from:File(s): Category:Extension hooks provided by EchoEcho / includes/EchoHooks.php
Function(s): abortNewMessagesAlert

For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:EchoCanAbortNewMessagesAlert extensions.

Category:Extension hooks Category:Extension hooks provided by Echo