WC_Cart::calculate_fees()

Trigger an action so 3rd parties can add custom fees.


Description Description


Source Source

File: includes/class-wc-cart.php

	public function calculate_fees() {
		do_action( 'woocommerce_cart_calculate_fees', $this );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.