Yoast\WP\SEO\Conditionals

Feature_Flag_Conditional::get_feature_flag()protectedYoast 1.0

Returns the name of the feature flag. 'YOAST_SEO_' is automatically prepended to it and it will be uppercased.

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

Хуков нет.

Возвращает

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

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

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

Код Feature_Flag_Conditional::get_feature_flag() Yoast 22.4

abstract protected function get_feature_flag();