woocommerce_variable_price_html, $price . $this->get_price_suffix(
woocommerce_variable_price_html, $price . $this->get_price_suffix(
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_variable_price_html, $price . $this->get_price_suffix(') is found 1 times:
- /includes/class-wc-product-variable.php line 187
} else { $price = wc_price( $min_price ); } $price = apply_filters( 'woocommerce_variable_price_html', $price . $this->get_price_suffix(), $this ); } return apply_filters( 'woocommerce_get_price_html', $price, $this ); } /**