Change SiteNotice after article content is loaded?
From Project:Support desk
Hi! I'm writing a little extension with two principal functions. The first one is a parser function that is called in the article and writes data into a global array instead of generating any direct output. The second one should display the content of the array in the sitenotice. I tried to use the SiteNoticeAfter hook, but it is run before the article is loaded and so, before the parser functions in the article can fill the array. Is it possible to change the content of the SiteNotice after the article is loaded/the parser functions in the article are run?