Yoast\WP\SEO\Conditionals
Schema_Blocks_Conditional::get_feature_flag() protected Yoast 1.0
Returns the name of the feature flag. 'YOAST_SEO_' is automatically prepended to it and it will be uppercased.
{} Это метод класса: Schema_Blocks_Conditional{}
Хуков нет.
Возвращает
Строку. the name of the feature flag.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_feature_flag();
Код Schema_Blocks_Conditional::get_feature_flag() Schema Blocks Conditional::get feature flag Yoast 15.6.2
protected function get_feature_flag() {
return 'SCHEMA_BLOCKS';
}