internal_woocommerce_cart_item_updated_from_user_request, $request[key], $new_quantity, $old_quantity, $cart

internal_woocommerce_cart_item_updated_from_user_request, $request[key], $new_quantity, $old_quantity, $cart

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('internal_woocommerce_cart_item_updated_from_user_request, $request[key], $new_quantity, $old_quantity, $cart') is found 1 times:

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