Extension:NSFileRepo/Hooks/ImgAuthBeforeCheckFileExists

Category:Extension hooks#ImgAuthBeforeCheckFileExists
ImgAuthBeforeCheckFileExists
Available from version ???
Please edit this page to enter a summary.
Define function:
public static function onImgAuthBeforeCheckFileExists( string &$path, string &$name, string &$filename ) { ... }
Attach hook:
$wgHooks['ImgAuthBeforeCheckFileExists'][] = 'MyExtensionHooks::onImgAuthBeforeCheckFileExists';
Called from:File(s): Category:Extension hooks provided by NSFileRepoNSFileRepo / nsfr_img_auth.php

For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:ImgAuthBeforeCheckFileExists extensions.

Category:Extension hooks Category:Extension hooks provided by NSFileRepo