Yoast\WP\SEO\Conditionals
Google_Site_Kit_Feature_Conditional::get_feature_flag()
Returns the name of the feature flag.
Метод класса: Google_Site_Kit_Feature_Conditional{}
Хуков нет.
Возвращает
Строку
. The name of the feature flag.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_feature_flag();
Код Google_Site_Kit_Feature_Conditional::get_feature_flag() Google Site Kit Feature Conditional::get feature flag Yoast 24.4
protected function get_feature_flag() { return 'GOOGLE_SITE_KIT_FEATURE'; }