woocommerce_cart_ . __FUNCTION__, $this->get_totals_var( shipping_total

woocommerce_cart_ . __FUNCTION__, $this->get_totals_var( shipping_total

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_cart_ . __FUNCTION__, $this->get_totals_var( shipping_total') is found 1 times:

  • /includes/class-wc-cart.php line 280
    	 * @since 3.2.0
    	 * @return float
    	 */
    	public function get_shipping_total() {
    		return apply_filters( 'woocommerce_cart_' . __FUNCTION__, $this->get_totals_var( 'shipping_total' ) );
    	}
    
    	/**
    	 * Get shipping_tax.
    	 *
    	 * @since 3.2.0