Skin:Monaco/Hooks/MonacoStaticboxEnd

MonacoStaticboxEnd
Available from version 2.8.0
called in the MonacoTemplate class
Define function:
public static function onMonacoStaticboxEnd( [ $this, &$html ] ) { ... }
Attach hook:
$wgHooks['MonacoStaticboxEnd'][] = 'MyExtensionHooks::onMonacoStaticboxEnd';
Called from:File(s): Monaco / includes/MonacoTemplate.php

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

Remark edit

The hook is used by extensions the DonateButton and WimaAdvertising.