PHP 8.2.31
Preview: FeatureGating.php Size: 708 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/woocommerce/src/Blocks/Domain/Services/FeatureGating.php

<?php
namespace Automattic\WooCommerce\Blocks\Domain\Services;

use Automattic\WooCommerce\Admin\DeprecatedClassFacade;

/**
 * Service class that used to handle feature flags. That functionality
 * is removed now and it is only used to determine "environment".
 *
 * @internal
 *
 * @deprecated since 9.6.0, use wp_get_environment_type() instead.
 */
class FeatureGating extends DeprecatedClassFacade {
	/**
	 * The version that this class was deprecated in.
	 *
	 * @var string
	 */
	protected static $deprecated_in_version = '9.6.0';

	/**
	 * Constructor
	 *
	 * @param string $environment Hardcoded environment value. Useful for tests.
	 */
	public function __construct( $environment = 'unset' ) {
	}
}

Directory Contents

Dirs: 2 × Files: 11

Name Size Perms Modified Actions
- drwxr-xr-x 2026-05-29 02:43:21
Edit Download
Email DIR
- drwxr-xr-x 2026-05-29 02:43:21
Edit Download
51.82 KB lrw-r--r-- 2025-07-29 12:34:58
Edit Download
5.29 KB lrw-r--r-- 2024-04-30 19:35:34
Edit Download
13.76 KB lrw-r--r-- 2025-07-29 12:34:58
Edit Download
5.68 KB lrw-r--r-- 2025-07-14 13:28:08
Edit Download
1.13 KB lrw-r--r-- 2025-06-23 19:46:28
Edit Download
8.42 KB lrw-r--r-- 2026-05-05 14:26:50
Edit Download
708 B lrw-r--r-- 2024-12-18 22:19:16
Edit Download
2.89 KB lrw-r--r-- 2024-04-30 19:35:34
Edit Download
3.59 KB lrw-r--r-- 2024-01-30 23:24:56
Edit Download
9.35 KB lrw-r--r-- 2026-01-19 14:46:18
Edit Download
3.55 KB lrw-r--r-- 2024-07-30 19:31:16
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).