# Hook priority
Simple hooks stored in includes/extend/hooks/
will be triggered by HostBill in order of their priority.
Priority is defined in hook file name using pattern:
{hookname}_{priority}.php
# Example
Code from after_clientedit_01.php
will be executed before after_clientedit_02.php
← Hooks Event modifiers →