myself789 Posted December 2, 2011 Share Posted December 2, 2011 Hi, I just wanted to know if the documentation has been updated since the new version is out? I'm trying to work on a ContactAdd hook, and the variable "contactid" doesn't seems to exists... Could someone tell me what I can do please ? Thanks ! 0 Quote Link to comment Share on other sites More sharing options...
josh6025 Posted December 2, 2011 Share Posted December 2, 2011 In your hook function add the following print_r($vars); This will print out the array that is passed into the function and will contain all the variables that you can use for that hook. 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.