Title: Plugin doesn&#039;t show up when installed in Network Setup
Last modified: August 22, 2016

---

# Plugin doesn't show up when installed in Network Setup

 *  [stefandoorn](https://wordpress.org/support/users/stefandoorn/)
 * (@stefandoorn)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/plugin-doesnt-show-up-when-installed-in-network-setup/)
 * The following code is used to check wether WooCommerce is activated:
 *     ```
       if ( !in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) return; // Check if WooCommerce is active
       ```
   
 * But, that doesn’t get any Network installed plugins. In my case WooCommerce is
   installed at Network Level and working perfectly, but the plugin doesn’t show
   up until I change that line of code into (as stated in [this post](https://wordpress.org/support/topic/determine-if-a-plugin-is-network-activated?replies=9)):
 *     ```
       if ( !array_key_exists( 'woocommerce/woocommerce.php', maybe_unserialize( get_site_option( 'active_sitewide_plugins') ) ) ) { return; }
       ```
   
 * I don’t know if this is a good solution for both Network sites and non-Network
   sites, but atleast it’s a start in the right direction.
 * [https://wordpress.org/plugins/woocommerce-bulk-discount/](https://wordpress.org/plugins/woocommerce-bulk-discount/)

Viewing 1 replies (of 1 total)

 *  [Joe Bloggs](https://wordpress.org/support/users/joe-bloggs/)
 * (@joe-bloggs)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-show-up-when-installed-in-network-setup/#post-5426689)
 * Hi Stefan,
 * I am having the same issues with the network.
 * I replaced your code and It partially works. I started seeing the Woocommerce
   settings page for the plugin.
 * But still cannot see the settings per product.
 * I was wondering if you have managed to make this working completely ??
 * Would you be able to share ? I’m stuck here.
 * Many Thanks

Viewing 1 replies (of 1 total)

The topic ‘Plugin doesn't show up when installed in Network Setup’ is closed to 
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woocommerce-bulk-discount_83d8ff.
   svg)
 * [WooCommerce Bulk Discount](https://wordpress.org/plugins/woocommerce-bulk-discount/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-bulk-discount/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-bulk-discount/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-bulk-discount/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-bulk-discount/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-bulk-discount/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Joe Bloggs](https://wordpress.org/support/users/joe-bloggs/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-show-up-when-installed-in-network-setup/#post-5426689)
 * Status: not resolved