Manual:Hooks/ArticleViewRedirect
From MediaWiki.org
| ArticleViewRedirect | |
|---|---|
| Available from version 1.5.1 Allows an extension to prevent the display of a "Redirected From" link on a redirect page. |
|
Define function: |
public static function onArticleViewRedirect( $article ) { ... }
|
Attach hook: |
$wgHooks['ArticleViewRedirect'][] = 'MyExtensionHooks::onArticleViewRedirect'; |
| Called from: | Article.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:ArticleViewRedirect extensions.
[edit] Details
$article - The article being redirected to.