# before_accountsuspend

Account/service is about to be suspended (module Suspend function execution).

TIP

Throw exception in your hook to block it for some reason

# Hook parameter

An array is passed to hook containing following keys/values:

Key Type Description
account_id int Account ID
account array Account details from hb_accounts table

# Sample hook files

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