Bodes Posted Friday at 03:56 PM Share Posted Friday at 03:56 PM Is there actually a way to hook into CaptchaConfiguration in WHCMS 8.11? This doesn't ever log any activity: <?php add_hook('CaptchaConfiguration', 1, function($vars) { error_log("EDEBUG: CaptchaConfiguration fired. Vars: " . print_r($vars, true)); logActivity("EDEBUG: CaptchaConfiguration fired."); return []; }); I'm trying to disable the Captcha for the user-invite-accept.tpl page only, which doesnt seem to be an option in settings. 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.