Yoast\WP\SEO\Conditionals

Check_Required_Version_Conditional::get_feature_flag()protectedYoast 1.0

Returns the name of the feature flag.

Метод класса: Check_Required_Version_Conditional{}

Хуков нет.

Возвращает

Строку. The name of the feature flag.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_feature_flag();

Код Check_Required_Version_Conditional::get_feature_flag() Yoast 24.0

protected function get_feature_flag() {
	return 'CHECK_REQUIRED_VERSION';
}