WHMCS-Action-Hook-Factory icon indicating copy to clipboard operation
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

Open jmmmagalhaes opened this issue 5 years ago • 2 comments

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

jmmmagalhaes avatar Nov 17 '20 12:11 jmmmagalhaes

What action hook are you referring to?

Kian987 avatar Nov 18 '20 09:11 Kian987

AssignClientToGroupBasedOnRegisteredDomains.php

jmmmagalhaes avatar Nov 18 '20 09:11 jmmmagalhaes