Changeset 2751685
- Timestamp:
- 07/04/2022 01:56:24 PM (4 years ago)
- Location:
- woo-product-boxes
- Files:
-
- 2 edited
-
tags/2.1/woo-product-boxes.php (modified) (1 diff)
-
trunk/woo-product-boxes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-product-boxes/tags/2.1/woo-product-boxes.php
r2751684 r2751685 19 19 add_filter( 'woocommerce_product_tabs', array( &$this, 'tabProductsBasket') ); 20 20 21 } 22 23 function test(){ 24 return null; 21 25 } 22 26 -
woo-product-boxes/trunk/woo-product-boxes.php
r2746476 r2751685 3 3 Plugin Name: Woo Product Boxes 4 4 Description: Product Boxes is an extension of WooCommerce, that allows to select products, and create a personalized bundles. 5 Version: 2. 05 Version: 2.1 6 6 Author: Effetti web 7 7 */ … … 21 21 } 22 22 23 function test(){ 24 return null; 25 } 23 26 24 27 // admin function
Note: See TracChangeset
for help on using the changeset viewer.