woocommerce_cart_total_ex_tax, wc_price( max( 0, $this->get_total( edit
woocommerce_cart_total_ex_tax, wc_price( max( 0, $this->get_total( edit
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_cart_total_ex_tax, wc_price( max( 0, $this->get_total( edit') is found 1 times:
- /includes/class-wc-cart.php line 2292
* * @return string formatted price */ public function get_total_ex_tax() { return apply_filters( 'woocommerce_cart_total_ex_tax', wc_price( max( 0, $this->get_total( 'edit' ) - $this->get_total_tax() ) ) ); } /** * Gets the cart contents total (after calculation). * * @return string formatted price