Timing

Declaration of what order event handler function should be given with respects to other functions in the same plugin module.

Values

ValueMeaning
untimed

No timing.

setup

To be executed during setup; the first thing to happen.

early

To be executed after setup but before normal event handlers.

late

To be executed after normal event handlers.

cleanup

To be executed last before execution moves on to the next plugin.