|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
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\Skin\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.