Hooks

From WHMCS Documentation

Revision as of 00:30, 6 March 2008 by Matt (talk | contribs) (New page: Action hooks allow you to write your own PHP code that will run when specific actions occur in WHMCS. There is a function for each action that supports hooks. To view the available action...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Action hooks allow you to write your own PHP code that will run when specific actions occur in WHMCS. There is a function for each action that supports hooks.

To view the available action hooks, open the file includes/actionhooks.php (The variables avaible in a specific function are listed in the comments for that function).

Invalid code here will will cause WHMCS to fail so ensure your code is valid. *