Post-document hook AfterBuildFeedLinks
authorFlorian <florian.schmidt.stargatewissen@gmail.com>
Sat, 9 Jan 2016 15:24:12 +0000 (16:24 +0100)
committerFlorian <florian.schmidt.stargatewissen@gmail.com>
Sat, 9 Jan 2016 16:46:14 +0000 (17:46 +0100)
Follow up: If48bd07a0e7e67fd1c1a94ebaa28ca9dae146c55

Change-Id: I9080a150354b978098b8bf4e279f26fdc2ac7c8e

docs/hooks.txt

index 83ce62e..135a113 100644 (file)
@@ -308,6 +308,11 @@ $apiModule: the ApiCreateAccount module calling
 $loginForm: the LoginForm used
 &$result: associative array for API result data
 
+'AfterBuildFeedLinks': Executed in OutputPage.php after all feed links (atom, rss,...)
+are created. Can be used to omit specific feeds from being outputted. You must not use
+this hook to add feeds, use OutputPage::addFeedLink() instead.
+&$feedLinks: Array of created feed links
+
 'AfterFinalPageOutput': Nearly at the end of OutputPage::output() but
 before OutputPage::sendCacheControl() and final ob_end_flush() which
 will send the buffered output to the client. This allows for last-minute