Yoast\WP\SEO\Editors\Framework

Word_Form_Recognition::is_enabled()publicYoast 1.0

If this analysis is enabled.

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

Хуков нет.

Возвращает

true|false. If this analysis is enabled.

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

$Word_Form_Recognition = new Word_Form_Recognition();
$Word_Form_Recognition->is_enabled(): bool;

Код Word_Form_Recognition::is_enabled() Yoast 24.9

public function is_enabled(): bool {
	return $this->language_helper->is_word_form_recognition_active( $this->language_helper->get_language() );
}