Quote:
Originally Posted by mikelbeck
If I were to put my script in a file and then include that in the plug-in code, would that get around this limitation? I suppose not...
|
No. As said, Plugins are loaded from the datastore - which is only be queried once, so you can't load datastore items through plugins - no matter what.
The file which contains the hooks you've placed plugins that require the datastore item.
For a hook in global.php it would be ... guess it ... global.php