<<array>>qtycost<><<array>><qty><cost><><sum>
The WooCommerce MyParcel array qtycost qty cost sum shortcode.
Usage
- // assign value
- $array>>qtycost<><
> <> // basic usageecho do_shortcode("[$array>>qtycost<><> <> "); - // assign value
- $array>>qtycost<><
> <> // variable usage$result = do_shortcode("[$array>>qtycost<><> <> "); echo $result;
Defined (1)
The shortcode is defined in the following location(s).
- /includes/class-wcmp-export.php
- $this->fee_cost = $args['cost'];
- // Expand shortcodes
- add_shortcode( 'fee', array( $this, 'wc_flat_rate_fee' ) );
- $sum = do_shortcode( str_replace(
- array(
- '[qty]',
- '[cost]'
- ),
- array(