Yoast\WP\SEO\Editors\Framework
Previously_Used_Keyphrase::is_enabled()
If this analysis is enabled.
Метод класса: Previously_Used_Keyphrase{}
Хуки из метода
Возвращает
true|false
. If this analysis is enabled.
Использование
$Previously_Used_Keyphrase = new Previously_Used_Keyphrase(); $Previously_Used_Keyphrase->is_enabled(): bool;
Код Previously_Used_Keyphrase::is_enabled() Previously Used Keyphrase::is enabled Yoast 25.1
public function is_enabled(): bool { /** * Filter to determine If the PreviouslyUsedKeyphrase assessment should run. * * @param bool $previouslyUsedKeyphraseActive If the PreviouslyUsedKeyphrase assessment should run. */ return (bool) \apply_filters( 'wpseo_previously_used_keyword_active', true ); }