Plugin Directory

Changeset 2751685


Ignore:
Timestamp:
07/04/2022 01:56:24 PM (4 years ago)
Author:
silverwings
Message:

bugfix3

Location:
woo-product-boxes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woo-product-boxes/tags/2.1/woo-product-boxes.php

    r2751684 r2751685  
    1919        add_filter( 'woocommerce_product_tabs',         array( &$this, 'tabProductsBasket') );
    2020
     21    }
     22
     23    function test(){
     24        return null;
    2125    }
    2226
  • woo-product-boxes/trunk/woo-product-boxes.php

    r2746476 r2751685  
    33    Plugin Name: Woo Product Boxes
    44    Description: Product Boxes is an extension of WooCommerce, that allows to select products, and create a personalized bundles.
    5     Version: 2.0
     5    Version: 2.1
    66    Author: Effetti web
    77*/
     
    2121    }
    2222
     23    function test(){
     24        return null;
     25    }
    2326
    2427    // admin function
Note: See TracChangeset for help on using the changeset viewer.