The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
How to change the r...
 
Share:
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

How to change the recaptcha request domain into recaptcha.net

2 Posts
2 Users
0 Reactions
986 Views
Posts: 1
Topic starter
(@mihu233)
New Member
Joined: 3 years ago

Hello, I am a blog owner in  mainland of China. We can only use www.recaptcha.net for the recaptcha request domain and www.google.com was banned in mainland of China. So, if I use the default setting, the recaptcha would not be loaded.

Please help me change it into www.recaptcha.net.

Thanks!

1 Reply
Posts: 67
Support
(@zackar)
Trusted Member
Joined: 10 years ago

Hi @mihu233.

Please use this filter:

add_filter('wpdiscuz_recaptcha_url', function($url){
    return 'https://your_url.com';
});

Putting this hook code in the WordPress active theme functions.php file (more information how to add insert custom code):

Reply
Share: