MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSkinAfterContent (&$data, $skin) | |
Use this hook to add text after the page content and article metadata. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SkinAfterContent" to register handlers implementing this interface.
Definition at line 14 of file SkinAfterContentHook.php.
MediaWiki\Hook\SkinAfterContentHook::onSkinAfterContent | ( | & | $data, |
$skin ) |
Use this hook to add text after the page content and article metadata.
This hook should work in all skins. Set the &$data variable to the text you're going to add.
string | &$data | Text to be printed out directly (without parsing) |
Skin | $skin |
Implemented in MediaWiki\HookContainer\HookRunner.