Variation_Prices implements Registerable, Service
Handles the integration with WooCommerce Variation Prices
Tags
Interfaces, Classes and Traits
- Registerable
 - Service
 
Table of Contents
- get_price_range() : string
 - If WooCommerce Variation Prices is installed get the price range for a subset of variation ids
 - register() : mixed
 - Register the class
 
Methods
get_price_range()
If WooCommerce Variation Prices is installed get the price range for a subset of variation ids
    public
                get_price_range(string $price_html, mixed $variation_ids) : string
    
        Parameters
- $price_html : string
 - 
                    
The original price tag
 - $variation_ids : mixed
 
Return values
string —register()
Register the class
    public
                register() : mixed