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' ); }