Yoast\WP\SEO\Conditionals
Updated_Importer_Framework_Conditional::get_feature_flag
Returns the name of the updated importer framework feature flag.
Метод класса: Updated_Importer_Framework_Conditional{}
Хуков нет.
Возвращает
Строку. The name of the feature flag.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_feature_flag();
Код Updated_Importer_Framework_Conditional::get_feature_flag() Updated Importer Framework Conditional::get feature flag Yoast 27.8
protected function get_feature_flag() {
return 'UPDATED_IMPORTER_FRAMEWORK';
}