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