Notifications
Clear all

[Solved] wpDiscuz / Ultimate Member recaptacha conflict

3 Posts
2 Users
0 Likes
12 K Views
Posts: 2
Customer
Topic starter
(@defunkd)
Member
Joined: 7 years ago

Hi there -

I've seen a few topics in here about this but can't find any documentation about a solution.

It appears as though when both recaptacha plugins are active - the wpdiscuz recaptcha vanishes from my comments section - and makes it so that guests can't post, as the post button doesn't work. When I disable UM's captcha plugin, WPdiscuz's captcha pops back into the comments area. 

Is it possible to have them both working, thanks.  

2 Replies
Posts: 4168
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

Please put this PHP code in your current active theme's functions.php file:

add_action('wpdiscuz_front_scripts', function(){
    wp_deregister_script('recaptcha');
});

 

Reply
Posts: 2
Customer
Topic starter
(@defunkd)
Member
Joined: 7 years ago

PERFECTO. Thanks!

Reply
Share:
Scroll to top