PHP 8.2.31
Preview: FeaturePlugin.php Size: 955 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/woocommerce/src/Admin/FeaturePlugin.php

<?php
/**
 * WooCommerce Admin: Feature plugin main class.
 */

namespace Automattic\WooCommerce\Admin;

defined( 'ABSPATH' ) || exit;

/**
 * Feature plugin main class.
 *
 * @deprecated since 6.4.0
 */
class FeaturePlugin extends DeprecatedClassFacade {
	/**
	 * The name of the non-deprecated class that this facade covers.
	 *
	 * @var string
	 */
	protected static $facade_over_classname = 'Automattic\WooCommerce\Internal\Admin\FeaturePlugin';

	/**
	 * The version that this class was deprecated in.
	 *
	 * @var string
	 */
	protected static $deprecated_in_version = '6.4.0';

	/**
	 * Constructor
	 *
	 * @return void
	 */
	protected function __construct() {}

	/**
	 * Get class instance.
	 *
	 * @return object Instance.
	 */
	final public static function instance() {
		return new static();
	}

	/**
	 * Init the feature plugin, only if we can detect both Gutenberg and WooCommerce.
	 *
	 * @deprecated 6.4.0
	 */
	public function init() {}
}

Directory Contents

Dirs: 13 × Files: 12

Name Size Perms Modified Actions
API DIR
- drwxr-xr-x 2026-05-29 02:43:21
Edit Download
- drwxr-xr-x 2026-05-29 02:43:21
Edit Download
Composer DIR
- drwxr-xr-x 2026-05-29 02:43:21
Edit Download
- drwxr-xr-x 2026-05-29 02:43:21
Edit Download
Features DIR
- drwxr-xr-x 2026-05-29 02:43:21
Edit Download
Marketing DIR
- drwxr-xr-x 2026-05-29 02:43:21
Edit Download
Notes DIR
- drwxr-xr-x 2026-05-29 02:43:21
Edit Download
Overrides DIR
- drwxr-xr-x 2026-05-29 02:43:21
Edit Download
- drwxr-xr-x 2026-05-29 02:43:21
Edit Download
- drwxr-xr-x 2026-05-29 02:43:21
Edit Download
- drwxr-xr-x 2026-05-29 02:43:21
Edit Download
- drwxr-xr-x 2026-05-29 02:43:21
Edit Download
- drwxr-xr-x 2026-05-29 02:43:21
Edit Download
2.16 KB lrw-r--r-- 2024-04-10 16:54:10
Edit Download
3.19 KB lrw-r--r-- 2024-12-18 22:19:16
Edit Download
955 B lrw-r--r-- 2022-05-13 03:11:34
Edit Download
2.69 KB lrw-r--r-- 2024-03-26 16:56:02
Edit Download
20.98 KB lrw-r--r-- 2026-02-23 17:58:34
Edit Download
39.25 KB lrw-r--r-- 2026-03-30 17:12:24
Edit Download
3.36 KB lrw-r--r-- 2022-04-20 06:50:54
Edit Download
4.06 KB lrw-r--r-- 2025-05-12 21:07:28
Edit Download
10.13 KB lrw-r--r-- 2025-03-03 22:28:12
Edit Download
6.28 KB lrw-r--r-- 2023-03-21 20:45:06
Edit Download
6.69 KB lrw-r--r-- 2026-02-23 17:58:34
Edit Download
6.73 KB lrw-r--r-- 2025-04-22 15:40:34
Edit Download

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