Plugin Directory

Changeset 2869463


Ignore:
Timestamp:
02/22/2023 03:07:12 PM (3 years ago)
Author:
vaksin
Message:
  • Add vxn_wc_product_price shortcode
Location:
express-add-on
Files:
148 added
3 edited

Legend:

Unmodified
Added
Removed
  • express-add-on/trunk/modules/woo/woo-shortcodes.php

    r2864978 r2869463  
    3737                }
    3838            );
     39
     40            Express::add_shortcode(
     41                'vxn_wc_product_price',
     42                function() {   
     43                    return self::parse_woo_dynamic_var( '{woo_price}' );
     44                }
     45            );           
    3946        }
    4047    }
  • express-add-on/trunk/readme.txt

    r2868618 r2869463  
    66Tested up to: 6.1.1
    77Requires PHP: 7.4
    8 Stable tag: 1.2.9
     8Stable tag: 1.3.0
    99License: GPL-2.0+
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    5555
    5656== Changelog ==
     57= 1.3.0 =
     58
     59* Add vxn_wc_product_price shortcode
     60
    5761= 1.2.9 =
    5862
  • express-add-on/trunk/vxn-express.php

    r2868618 r2869463  
    44 * Plugin URI:        https://github.com/wp-vaksin/vxn-express
    55 * Description:       Express Add-on for Breakdance website builder, the time saver plugin!
    6  * Version:           1.2.9
     6 * Version:           1.3.0
    77 * Requires at least: 5.2
    88 * Requires PHP:      8.0
Note: See TracChangeset for help on using the changeset viewer.