PHP 8.2.31
Preview: FeaturePlugin.php Size: 955 B
/home/nshryvcy/himaltourism.com/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: 10 × Files: 12

Name Size Perms Modified Actions
API DIR
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
Composer DIR
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
Features DIR
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
Marketing DIR
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
Notes DIR
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
Overrides DIR
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
6.00 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
2.30 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
955 B lrw-r--r-- 2026-03-03 06:10:19
Edit Download
2.69 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
16.99 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
12.07 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
3.36 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
3.57 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
9.50 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
6.28 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
5.94 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
2.70 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download

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