hvr Posted February 19, 2015 Share Posted February 19, 2015 Hello, I am trying to abort termination of active accounts (an send an email alert) and the abortcmd doesn't work. I am using the code available on docs http://docs.whmcs.com/Hooks:PreModuleTerminate $return = array(); $return[] = array("abortcmd"=>true); return $return; The hook is running as I am able to send alert email or perform other tasks but the account is terminated and activity logged despite of returning abortcmd. Flaviu 0 Quote Link to comment Share on other sites More sharing options...
developer _WHM_CS Posted July 23, 2022 Share Posted July 23, 2022 @hvr Hello this is true $return = array(); $return['abortcmd'] = true ; return $return; 0 Quote Link to comment Share on other sites More sharing options...
royallie11233 Posted July 29, 2022 Share Posted July 29, 2022 On 7/23/2022 at 10:12 AM, developer _WHM_CS said: @hvr Hello this is true $return = array(); $return['abortcmd'] = true ; return $return; mate, is it at least possible? 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.