Changeset 2710709
- Timestamp:
- 04/17/2022 11:45:51 AM (4 years ago)
- Location:
- woo-min-max-quantity-step-control-single/trunk
- Files:
-
- 3 edited
-
includes/set_max_min_quantity.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wcmmq.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-min-max-quantity-step-control-single/trunk/includes/set_max_min_quantity.php
r2710700 r2710709 498 498 return 1; 499 499 } 500 add_filter('woocommerce_quantity_input_max','wcmmq_s_set_max_for_single', 99, 2 );500 //add_filter('woocommerce_quantity_input_max','wcmmq_s_set_max_for_single', 99, 2 ); 501 501 502 502 /** -
woo-min-max-quantity-step-control-single/trunk/readme.txt
r2710706 r2710709 6 6 Tested up to: 5.9 7 7 Requires PHP: 5.6 8 Stable tag: 2. 58 Stable tag: 2.6 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
woo-min-max-quantity-step-control-single/trunk/wcmmq.php
r2710706 r2710709 8 8 * Tags: WooCommerce, minimum quantity, maximum quantity, woocommrce quantity, customize woocommerce quantity, customize wc quantity, wc qt, max qt, min qt, maximum qt, minimum qt 9 9 * 10 * Version: 2. 510 * Version: 2.6 11 11 * Requires at least: 4.0.0 12 12 * Tested up to: 5.9.1
Note: See TracChangeset
for help on using the changeset viewer.