MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSkinAfterContent (&$data, $skin) | |
Use this hook to add text after the page content and article metadata. | |
Stable to implement.
Definition at line 11 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.