Quote:
Originally Posted by Lynne
First off, global_start is a deprecated hook location:
And secondly, stating you added something to global.php tells us nothing - *where* did you add it? Why didn't you use a hook to preregister it?
|
i got it to work but using global_start as hook. If i change to global_bootstrap_init_start it does not work and yes, i have read the code of includes/class_bootstrap.php and there is no reason why it should not work, but if i change the hook it does not.
Anyway to preregister variables may i create a plugin with an appropriate hook????