Manual:Hooks/SkinTemplateContentActions
From MediaWiki.org
|
|
This feature has been deprecated and should not be used with current versions of MediaWiki. This feature was deprecated (or possibly removed completely) in version 1.18.0. |
| SkinTemplateContentActions | |
|---|---|
| Available from version 1.5.0 (r10411) Removed in version 1.18.0 |
|
Define function: |
public static function onSkinTemplateContentActions( &$content_actions ) { ... }
|
Attach hook: |
$wgHooks['SkinTemplateContentActions'][] = 'MyExtensionHooks::onSkinTemplateContentActions'; |
| Called from: | SkinTemplate.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:SkinTemplateContentActions extensions.
Note: MediaWiki 1.18 now uses the Vector-style hook for all skins, please see Manual:Hooks/SkinTemplateNavigation::Universal for the Vector and 1.18 equivalent of this hook.
[edit] Details
Called after building the $content_action array right before returning it, see content_action.php in the extension module for a demonstration of how to use this hook.
- Tip: Always return true, otherwise other extensions that have hooked this event will not function properly!
[edit] Arguments
- $content_actions: The array of content actions