When assigning a callback to a hook there should be a third optional parameter named `priority` meant to create in-hook ordering. When `PluginManager.start()` then all hooks are sorted to match the priority order organization.
When assigning a callback to a hook there should be a third optional parameter named
prioritymeant to create in-hook ordering.When
PluginManager.start()then all hooks are sorted to match the priority order organization.