Changeset 2130771
- Timestamp:
- 07/30/2019 12:21:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
humcommerce/tags/2.1.9/public/class-humcommerce-public.php
r2130585 r2130771 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.