Automattic\WooCommerce\Blocks\Domain
Package::feature
Returns an instance of the FeatureGating class.
Method of the class: Package{}
No Hooks.
Returns
FeatureGating.
Usage
$Package = new Package(); $Package->feature();
Package::feature() Package::feature code WC 11.0.1
public function feature() {
return $this->feature_gating;
}