Automattic\WooCommerce\Blocks\Domain\Services

FeatureGating::get_flag()publicWC 1.0

Returns the current flag value.

Method of the class: FeatureGating{}

No Hooks.

Return

Int.

Usage

$FeatureGating = new FeatureGating();
$FeatureGating->get_flag();

FeatureGating::get_flag() code WC 8.7.0

public function get_flag() {
	return $this->flag;
}