woocommerce_cart_ . __FUNCTION__, $this->get_totals_var( fee_total
woocommerce_cart_ . __FUNCTION__, $this->get_totals_var( fee_total
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( fee_total') is found 1 times:
- /includes/class-wc-cart.php line 342
* @since 3.2.0 * @return float */ public function get_fee_total() { return apply_filters( 'woocommerce_cart_' . __FUNCTION__, $this->get_totals_var( 'fee_total' ) ); } /** * Get total fee tax amount. * * @since 3.2.0