< Manual:Hooks
UserClearNewTalkNotification | |
---|---|
Available from version 1.5.7 (r13012, codereview) called when clearing the "You have new messages!" message, return false to not delete it | |
Define function: | public static function onUserClearNewTalkNotification( $user ) { ... }
|
Attach hook: | In extension.json:
{
"Hooks": {
"UserClearNewTalkNotification": "MyExtensionHooks::onUserClearNewTalkNotification"
}
}
|
Called from: | File(s): User.php |
Interface: | UserClearNewTalkNotificationHook.php |
For more information about attaching hooks, see Manual:Hooks
For examples of extensions using this hook, see Category:UserClearNewTalkNotification extensions.
Details
$user: User (object) that'll clear the message
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.