mobasher Posted November 26, 2013 Share Posted November 26, 2013 Hi. I need to get hook call after reactivation of canceled order ex. 'AddonActivation' but it go straight and activate it, without calling hooks. any Ideas? Best regards Mobasher 0 Quote Link to comment Share on other sites More sharing options...
mobasher Posted November 26, 2013 Author Share Posted November 26, 2013 let me be descriptive, the code is like this function smartermail_addonactivation($vars) { //code } add_hook("AddonActivation", 1, "smartermail_addonactivation"); the first time i accept the order, the hook is called, but we i cancel the order and want to reactivate it, the hook don't called and it is activated in the UI. 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.