Yoast\WP\SEO\Editors\Framework

Keyphrase_Analysis::is_globally_enabled()publicYoast 1.0

If this analysis is enabled globally.

Метод класса: Keyphrase_Analysis{}

Хуков нет.

Возвращает

true|false. If this analysis is enabled globally.

Использование

$Keyphrase_Analysis = new Keyphrase_Analysis();
$Keyphrase_Analysis->is_globally_enabled(): bool;

Код Keyphrase_Analysis::is_globally_enabled() Yoast 25.1

public function is_globally_enabled(): bool {
	return (bool) $this->options_helper->get( 'keyword_analysis_active', true );
}