Manual:Hooks/ArticleRevisionVisiblitySet
From MediaWiki.org
| ArticleRevisionVisiblitySet | |
|---|---|
| Available from version 1.13.0 Called when changing visibility of one or more revisions of an article |
|
*Define function: |
function fnMyHook(&$title) { ... }
|
*Attach hook: |
$wgHooks['ArticleRevisionVisiblitySet'][] = 'fnMyHook'; |
| Called from: | SpecialRevisiondelete.php |
*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:ArticleRevisionVisiblitySet extensions.
[edit] Details
- &$title: title object of the article

