From 336736af4fb1eea5aa9f041ee443d3ca4f0297a4 Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 9 Jan 2016 16:24:12 +0100 Subject: [PATCH] Post-document hook AfterBuildFeedLinks Follow up: If48bd07a0e7e67fd1c1a94ebaa28ca9dae146c55 Change-Id: I9080a150354b978098b8bf4e279f26fdc2ac7c8e --- docs/hooks.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/hooks.txt b/docs/hooks.txt index 83ce62e67b..135a11363c 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -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 -- 2.20.1