-
☆ A M B ☆
- 24,524 Posts
A plugin using OnWebPageInit will be triggered before anything happens as far as parsing or even loading the requested resource from cache or database, so any POST values will be available..
That is what I expected, but no luck. $_POST at the head of index.php != $_POST at OnWebPageInit (for [tvsomething] => [+something+]).
Maybe it is possible that the code (global $grab; $grab = $_POST;) works differently in a plugin context vs. inline?