Controlling the Order of Execution

It is possible to have any number of render hooks assigned to a client. At this stage it is not possible to control the order of execution. You must assume the hooks are executed in a random order.

Having said that, for a single request the hooks will be executed in the same order for every hook method.