# 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

Last Updated: 3/17/2023, 8:40:19 AM