Yoast\WP\SEO\Editors\Domain\Analysis_Features

Analysis_Feature_Interface::get_legacy_key()publicYoast 1.0

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() Yoast 24.7

public function get_legacy_key(): string;