Changeset 2130768
- Timestamp:
- 07/30/2019 12:16:16 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
humcommerce/trunk/public/class-humcommerce-public.php
r2130583 r2130768 314 314 public function create_funnel( $option, $oldvalue, $newvalue ) { 315 315 if ( $option === 'humcommerce_options' ) { 316 if ( ! is_plugin_active( 'woocommerce/woocommerce.php' ) ) { 317 return; 318 } 316 319 $funnel_created = get_option( 'funnelCreated' ); 317 320 if ( empty( $funnel_created ) ) {
Note: See TracChangeset
for help on using the changeset viewer.