Title: doesn&#039;t work on multisite install
Last modified: August 30, 2016

---

# doesn't work on multisite install

 *  [Richzendy](https://wordpress.org/support/users/richzendy/)
 * (@richzendy)
 * [11 years ago](https://wordpress.org/support/topic/doesnt-work-on-multisite-install/)
 * Hi, first thanks for the plugin i use this plugin on other sites and works fine,
   but with a multisite install + contact form 7 i get on the form only the shortcode
   code:
 * [nocaptcha grecaptcha]
 * This plugin was tested on multisite installs?
 * [https://wordpress.org/plugins/are-you-robot-recaptcha/](https://wordpress.org/plugins/are-you-robot-recaptcha/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Richzendy](https://wordpress.org/support/users/richzendy/)
 * (@richzendy)
 * [11 years ago](https://wordpress.org/support/topic/doesnt-work-on-multisite-install/#post-6187987)
 * The error looks like a bug detecting if contactform7 plugin it’s installed, if
   you make this:
 *     ```
       function nocaptchagcaptcha_plugins_loaded() {
   
           if(!is_cf7_active()){
       ```
   
 * instead
 *     ```
       function nocaptchagcaptcha_plugins_loaded() {
   
           if(is_cf7_active()){
       ```
   
 * The captcha it’s loaded correctly

Viewing 1 replies (of 1 total)

The topic ‘doesn't work on multisite install’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/are-you-robot-recaptcha.svg)
 * [Are you robot google recaptcha for wordpress](https://wordpress.org/plugins/are-you-robot-recaptcha/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/are-you-robot-recaptcha/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/are-you-robot-recaptcha/)
 * [Active Topics](https://wordpress.org/support/plugin/are-you-robot-recaptcha/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/are-you-robot-recaptcha/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/are-you-robot-recaptcha/reviews/)

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)

 * 1 reply
 * 1 participant
 * Last reply from: [Richzendy](https://wordpress.org/support/users/richzendy/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/doesnt-work-on-multisite-install/#post-6187987)
 * Status: not resolved