Manual:Hooks/ArticleViewFooter
From MediaWiki.org
| ArticleViewFooter | |
|---|---|
| Available from version 1.18.0 (r80333) After showing the footer section of an ordinary page view. |
|
Define function: |
public static function onArticleViewFooter( $article ) { ... }
|
Attach hook: |
$wgHooks['ArticleViewFooter'][] = 'MyExtensionHooks::onArticleViewFooter'; |
| Called from: | Article.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:ArticleViewFooter extensions.
Details [edit]
- $article: Article object
| Language: | English • Deutsch • Bahasa Indonesia • 日本語 |
|---|