Changeset 2176205
- Timestamp:
- 10/19/2019 08:49:35 PM (6 years ago)
- File:
-
- 1 edited
-
wootomation/trunk/wootomation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wootomation/trunk/wootomation.php
r2176202 r2176205 90 90 public function wt_admin_notices() { 91 91 // 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') ){ 93 93 ?> 94 94 <div class="notice-warning settings-error notice">
Note: See TracChangeset
for help on using the changeset viewer.