Extension:Comments/Hooks/Comments::isSpam

Category:Extension hooks#Comments::isSpam
Comments::isSpam
Available from version ???

Define function:
public static function onComments_isSpam( &$text, &$retVal ) { ... }
Attach hook:
$wgHooks['Comments::isSpam'][] = 'MyExtensionHooks::onComments_isSpam';
Called from:File(s): Category:Extension hooks provided by CommentsComments / CommentFunctions.php
Function(s): isSpam

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

Details

  • &$text
  • &$retVal
Category:Extension hooks Category:Extension hooks provided by Comments