📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 07:05:15
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
Blocks
/
Domain
/
Services
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/woocommerce/src/Blocks/Domain/Services
🔄 Refresh
✏️
Editing: FeatureGating.php
Writable
<?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' ) { } }
💾 Save Changes
❌ Cancel