• Resolved lucasanamorphik

    (@lucasanamorphik)


    Hi there,

    I encountered a problem in your plugin with a multisite with Contact Form 7 (and I assume, other supported plugins too, but they’re not installed).

    In your function “cft_is_plugin_active” we have a condition that verifies : “function_exists( ‘is_plugin_active_for_network’ )”

    In my case, this fragment of the condition return false.

    To fix the problem, I desactivated the plugin Contact Form 7 on the network side and activated it for each of my sites independently.

    So the first part of the condition worked : “in_array( $plugin, apply_filters( ‘active_plugins’, get_option( ‘active_plugins’ ) ) )”

    Can you fix the second part of the condition, the network multisite one ?

    Thank you for your support,

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multisite Integration & Contact Form 7’ is closed to new replies.