ejmerkel Posted September 28, 2023 Share Posted September 28, 2023 My predecessor installed a WHMCS hook to check the IP of an order to see if it was coming from a VPN and then deny the order if it was. It appears that hook is not working correctly so I want to remove it. Is removing the hook just a matter of removing the php file from the includes/hooks directory or is it registered somewhere else? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
Solution pRieStaKos Posted September 28, 2023 Solution Share Posted September 28, 2023 If you confirm that it's a hook and not a module, it's in includes/hooks. Just remove it or rename and add a `_` in front. If it's a addon module, you need to disable it first from the admin panel > Configuration > Addon Modules. 0 Quote Link to comment Share on other sites More sharing options...
ejmerkel Posted October 12, 2023 Author Share Posted October 12, 2023 It was just a hook and deleting it had no ill effects. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.