Plugin Directory

Changeset 2176205


Ignore:
Timestamp:
10/19/2019 08:49:35 PM (6 years ago)
Author:
dragosmicu
Message:

Hot fix...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wootomation/trunk/wootomation.php

    r2176202 r2176205  
    9090        public function wt_admin_notices() {
    9191            // Adds notice of require WooCommerce plugin
    92             if( !in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_site_option( 'active_plugins' ) ) )  || !class_exists('WooCommerce') ){
     92            if( !class_exists('WooCommerce') ){
    9393                ?>
    9494                <div class="notice-warning settings-error notice">
Note: See TracChangeset for help on using the changeset viewer.