internal_woocommerce_cart_item_updated_from_user_request

internal_woocommerce_cart_item_updated_from_user_request

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.10.9.4

do_action('internal_woocommerce_cart_item_updated_from_user_request') is found 1 times:

  • /src/StoreApi/Routes/V1/CartUpdateItem.php line 89
    				 * @param \WC_Cart  $cart          Cart object.
    				 *
    				 * @since 10.6.0
    				 */
    				do_action( 'internal_woocommerce_cart_item_updated_from_user_request', $request['key'], (int) $request['quantity'], $old_quantity, $cart );
    			}
    		}
    
    		return rest_ensure_response( $this->schema->get_item_response( $cart ) );
    	}
    }