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