do_action( 'woocommerce_check_cart_items' )
Hook: woocommerce_check_cart_items
Description Description
Allow 3rd parties to validate cart items. This is a legacy hook from Woo core. This filter will be deprecated because it encourages usage of wc_add_notice. For the API we need to capture notices and convert to exceptions instead.
Source Source
File: packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php