You need to arrange for it to be loaded by adding your name to the $new_datastore_fetch array, using hook location init_startup. Unfortunately I believe this does add a query if no other plugin has added anything to $new_datastore_fetch, but at least any added will be combined in to one query. Since the plugin code itself is read from the datastore, of course it's not possible to specify in a plugin that something else be loaded in that same query (but you could do it by editing the vb files).
|