Reply To: Captcha Multisite


Home Forums Advanced noCaptcha & invisible Captcha PRO Captcha Multisite Reply To: Captcha Multisite

#24564
Shamim Hasan
Keymaster

You can network activate this plugin OR activate in sub-sites where you want to show captcha.
You can change settings (site key, secret key etc) for all sites where you want to show. Or you can add following code in your theme’s functions.php then change settings in main site. It will reflect in all sites
add_filter( 'anr_same_settings_for_all_sites', '__return_true' );