< Extension:Comments < Hooks
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
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.