PHP 8.2.31
Preview: FeatureGating.php Size: 708 B
/home/nshryvcy/taramarriagebureau.com/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: 10

Name Size Perms Modified Actions
- drwxr-xr-x 2026-03-03 06:25:16
Edit Download
Email DIR
- drwxr-xr-x 2026-03-03 06:25:16
Edit Download
51.00 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
5.29 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
14.23 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
2.35 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
7.28 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
708 B lrw-r--r-- 2026-03-03 06:25:16
Edit Download
2.89 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
3.59 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
8.18 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download
3.55 KB lrw-r--r-- 2026-03-03 06:25:16
Edit Download

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