woocommerce_cart_ . __FUNCTION__, $this->get_totals_var( subtotal
woocommerce_cart_ . __FUNCTION__, $this->get_totals_var( subtotal
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_cart_ . __FUNCTION__, $this->get_totals_var( subtotal') is found 1 times:
- /includes/class-wc-cart.php line 240
* @since 3.2.0 * @return float */ public function get_subtotal() { return apply_filters( 'woocommerce_cart_' . __FUNCTION__, $this->get_totals_var( 'subtotal' ) ); } /** * Get subtotal_tax. * * @since 3.2.0