Yoast\WP\SEO\Editors\Domain\Analysis_Features
Analysis_Feature_Interface::get_legacy_key()
Returns the legacy key used in the front-end to determine if the feature is enabled.
Метод класса: Analysis_Feature_Interface{}
Хуков нет.
Возвращает
Строку
.
Использование
$Analysis_Feature_Interface = new Analysis_Feature_Interface(); $Analysis_Feature_Interface->get_legacy_key(): string;
Код Analysis_Feature_Interface::get_legacy_key() Analysis Feature Interface::get legacy key Yoast 24.7
public function get_legacy_key(): string;