Changeset 2199009
- Timestamp:
- 11/22/2019 05:19:20 PM (6 years ago)
- Location:
- force-default-variant-for-woocommerce
- Files:
-
- 2 edited
-
tags/1.5/includes/settings.php (modified) (1 diff)
-
trunk/includes/settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
force-default-variant-for-woocommerce/tags/1.5/includes/settings.php
r2198872 r2199009 17 17 /** 18 18 * Check the current section is what we want 19 **/ 20 21 $sortby = get_option( 'hpy_variant_sort' ); 22 echo $sortby; 23 19 **/ 24 20 if ( $current_section == 'hpy_variants' ) { 25 21 $settings_variant = array(); -
force-default-variant-for-woocommerce/trunk/includes/settings.php
r2198872 r2199009 18 18 * Check the current section is what we want 19 19 **/ 20 21 $sortby = get_option( 'hpy_variant_sort' );22 echo $sortby;23 24 20 if ( $current_section == 'hpy_variants' ) { 25 21 $settings_variant = array();
Note: See TracChangeset
for help on using the changeset viewer.