How can we improve WHMCS?

Share, discuss and vote for what you would like to see added to WHMCS

clientadd hook should be run before clientlogin hook point



The clientlogin hook point as outlined here: http://docs.whmcs.com/Hooks:ClientLogin is called by the system prior to the clientadd hook point outlined here: http://docs.whmcs.com/Hooks:ClientAdd

I feel that these should be swapped around so that if you run both of these hook points in a single file, that anything you have under the function being called by clientadd hook would be run first. Then the clientlogin function being called would run after this.

Post the first comment

Login to post a comment.