Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
'Page_Init' event... am I missing something?
So, in the order of execution doc it says that your extension should add a control to the 'Page_Init' if it doesn't need to render to the screen. But I'm looking right at init_vanilla.php and I see the 'Page_Init' event getting fired on line 61, long before the extensions actually get loaded on line 119.
This question is mostly academic. I don't actually need to use a Page_Init event, I just thought it would be the "right way" to code an extension I'm working on.
This question is mostly academic. I don't actually need to use a Page_Init event, I just thought it would be the "right way" to code an extension I'm working on.
0
This discussion has been closed.
Comments
I'm not sure why 'Page_Init" gets fired once by itself but it doesn't seem to do anything, so... yeah.