WC_Checkout::check_cart_items()

When we process the checkout, lets ensure cart items are rechecked to prevent checkout.


Description Description


Source Source

File: includes/class-wc-checkout.php

	public function check_cart_items() {
		do_action( 'woocommerce_check_cart_items' );
	}


Top ↑

User Contributed Notes User Contributed Notes

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