Extension:GoogleNewsSitemap/Hooks/GoogleNewsSitemap::Query
(Redirected from Manual:Hooks/GoogleNewsSitemap::Query)
GoogleNewsSitemap::Query | |
---|---|
Available from version ??? Please edit this page to enter a summary. |
|
Define function: | public static function onGoogleNewsSitemap_Query( array $params, array &$joins, array &$conditions, array &$tables ) { ... }
|
Attach hook: | $wgHooks['GoogleNewsSitemap::Query'][] = 'MyExtensionHooks::onGoogleNewsSitemap_Query';
|
Called from: | File(s): GoogleNewsSitemap / includes/Specials/GoogleNewsSitemap.php Function(s): getCategories |
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:GoogleNewsSitemap::Query extensions.