WHMCS-Action-Hook-Factory
WHMCS-Action-Hook-Factory copied to clipboard
[Feature Request] Add new restriction that does not allow any changes if the client is in a certain group
add a new restriction that does not allow the hook to make any changes if the client is in a certain group
---configuration example--- $groups['1'] = '10'; $groups['2'] = '25'; $groups['3'] = '100';
$activeCustomers = true; $placeholderGroup = '5'; $nochangeGroup = '7';
Result: if the client is in the group id 7, then the hook does not make any kind of change
What action hook are you referring to?
AssignClientToGroupBasedOnRegisteredDomains.php