# storeengine/2.1.0/includes/utils/checkout-utils.php

StoreEngine — Complete eCommerce Solution with Memberships, Licensing, Affiliates &amp; More, version 2.1.0. 19 lines.

- Page: https://pluginprobe.com/plugins/storeengine/2.1.0/code/includes/utils/checkout-utils.php
- Raw: https://pluginprobe.com/plugins/storeengine/2.1.0/raw/includes/utils/checkout-utils.php
- Modified: 2025-05-15T14:52:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/storeengine/2.1.0/code/includes/utils/checkout-utils.php#L10-L20`.

```php
<?php

namespace StoreEngine\Utils;

use StoreEngine\Traits\Singleton;

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

class CheckoutUtils {
	use Singleton;
	protected static ?array $fields = null;


}

// End of file checkout-utils.php.

```
