SendAnSMS Posted March 15, 2012 Share Posted March 15, 2012 Hello, I wonder if anyone can help im making a custom ADDON module for a friend to send SMS text messages to his customers using my sendanSMS API that i designed, it works perfectly until i try and make a HOOK for closing a client account. Am i able to see the addon configuration in the hooks.php file for example i have in my mod_name.php file $modulelink = $vars['modulelink']; $version = $vars['version']; $option1 = $vars['option1']; $option2 = $vars['option2']; $option3 = $vars['option3']; $option4 = $vars['option4']; How can i grab that information in my HOOKS.php file? Any help on this project would be greatly appreciated.... 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.