Hi @hazzzel, thanks for reaching out us.
The QueryStartupOrder() has been introduced in R20 and there's no way to call it on previous releases.
As suggested by @kbar , you're instead supposed to make use of the SetPluginPriority() as shown in the Plugin Functions Manual / Priority section to properly specify the plugin priority and control the loading time.
Cheers, R