Extension:Comments/Hooks/Comment::delete

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Comment::delete
Available from version ???

Define function:
public static function onComment_delete( $this, $id, $pageId ) { ... }
Attach hook:
$wgHooks['Comment::delete'][] = 'MyExtensionHooks::onComment_delete';
Called from:File(s): Comments / Comment.php
Function(s): delete

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

Details

  • $this
  • $id
  • $pageId