We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a23b1 commit b00040aCopy full SHA for b00040a
1 file changed
woo-taxonomy-report.php
@@ -27,7 +27,7 @@
27
}
28
29
/* Check if WooCommerce is active */
30
-if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
+if( is_plugin_active( 'woocommerce/woocommerce.php' ) ){
31
/*
32
* Load library for simple and fast creation of Taxonomy
33
*/
0 commit comments