woocommerce_cart_calculate_fees, $this

woocommerce_cart_calculate_fees, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_cart_calculate_fees, $this') is found 1 times:

  • /includes/class-wc-cart.php line 2233
    	 * @since 2.0.0
    	 * @return void
    	 */
    	public function calculate_fees() {
    		do_action( 'woocommerce_cart_calculate_fees', $this );
    	}
    
    	/**
    	 * Return reference to fees API.
    	 *
    	 * @since  3.2.0