Yoast\WP\SEO\Editors\Framework
Keyphrase_Analysis::is_enabled()
If this analysis is enabled.
Метод класса: Keyphrase_Analysis{}
Хуков нет.
Возвращает
true|false
. If this analysis is enabled.
Использование
$Keyphrase_Analysis = new Keyphrase_Analysis(); $Keyphrase_Analysis->is_enabled(): bool;
Код Keyphrase_Analysis::is_enabled() Keyphrase Analysis::is enabled Yoast 25.0
public function is_enabled(): bool { return $this->is_globally_enabled() && $this->is_user_enabled(); }