Title: WP Multisite Network
Last modified: March 9, 2023

---

# WP Multisite Network

 *  Resolved [Vlady Todorov](https://wordpress.org/support/users/bgvlado/)
 * (@bgvlado)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/wp-multisite-network/)
 * The plugin doesn’t work on WP Multisite Network enable.
 * I modified the Helpers to make this work on my website.
 * public static function isPluginActive($plugin)
   {if (MULTISITE) {return in_array(
   WP_PLUGIN_DIR . ‘/’ . $plugin, wp_get_active_network_plugins());} else {return
   in_array($plugin, (array) get_option(‘active_plugins’, array()));}}
 * Can you add this in the next version of plugin?
 * Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [mobeus](https://wordpress.org/support/users/mobeus/)
 * (@mobeus)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/wp-multisite-network/#post-16831337)
 * Hi, I am trying to get the plugin to work on Multisite but it doesn’t seem to
   have been updated with the suggested changes yet as it doesn’t work. How do I
   get it working in the interim? I have tried updating the is_plugin_active function
   in /wp-admin/includes/plugin.php but that hasn’t worked.
 * Any help much appreciated
 * Thanks Matt
 *  Thread Starter [Vlady Todorov](https://wordpress.org/support/users/bgvlado/)
 * (@bgvlado)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/wp-multisite-network/#post-16831594)
 * Hi Matt,
 * I gave up on this i’m not paying for something not supported anymore.
 * I made a script in function.php that on every email send from contact form 7 
   to call the bitrix API and send all data there.
   For 2 months now works perfect.
   It’s tricky but is more customizable 🙂
 * If you need help drop me email through my website in profile.
 * Cheers
 *  Plugin Author [Roman Shkabko](https://wordpress.org/support/users/flamix/)
 * (@flamix)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/wp-multisite-network/#post-16836569)
 * Hello Vlady,
 * Thank you very much, we will definitely add this in the next version (1-2 weeks)
 *  [mobeus](https://wordpress.org/support/users/mobeus/)
 * (@mobeus)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/wp-multisite-network/#post-16871066)
 * Hi,
 * Has this been fixed yet, I still have the message
 * WordPress Contact Form 7 activated – No. You must install [plugin](https://ru.wordpress.org/plugins/contact-form-7/)!
 * even though it is installed?
 * Thanks
 *  Plugin Author [Roman Shkabko](https://wordpress.org/support/users/flamix/)
 * (@flamix)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/wp-multisite-network/#post-16871121)
 * Hello!
   Yes, the update came out 1 minute ago. Try installing the new plugin (
   version 3.0.0).In addition to fixing this bug, we have made many improvements
   to the plugin.
 * Install updates and write if it helped you. Thank you!
 *  [mobeus](https://wordpress.org/support/users/mobeus/)
 * (@mobeus)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/wp-multisite-network/#post-16871191)
 * Great thanks, will give it a go now
 *  Plugin Author [Roman Shkabko](https://wordpress.org/support/users/flamix/)
 * (@flamix)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/wp-multisite-network/#post-16874332)
 * Now working?
 *  Plugin Author [Roman Shkabko](https://wordpress.org/support/users/flamix/)
 * (@flamix)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/wp-multisite-network/#post-16882629)
 * Thank you! This issue was fixed in 3.0 version.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘WP Multisite Network’ is closed to new replies.

 * ![](https://ps.w.org/flamix-bitrix24-and-contact-forms-7-integrations/assets/
   icon-256x256.png?rev=2933317)
 * [Flamix: Bitrix24 and Contact Form 7 integrations](https://wordpress.org/plugins/flamix-bitrix24-and-contact-forms-7-integrations/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flamix-bitrix24-and-contact-forms-7-integrations/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flamix-bitrix24-and-contact-forms-7-integrations/)
 * [Active Topics](https://wordpress.org/support/plugin/flamix-bitrix24-and-contact-forms-7-integrations/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flamix-bitrix24-and-contact-forms-7-integrations/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flamix-bitrix24-and-contact-forms-7-integrations/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [Roman Shkabko](https://wordpress.org/support/users/flamix/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/wp-multisite-network/#post-16882629)
 * Status: resolved