Viewing 1 replies (of 1 total)
  • Thread Starter Richzendy

    (@richzendy)

    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.