Yoast\WP\SEO\Llms_Txt\Application\Health_Check
File_Check::is_excluded
Returns true when the llms.txt feature is disabled.
Метод класса: File_Check{}
Хуков нет.
Возвращает
true|false. Whether the health check should be excluded from the results.
Использование
$File_Check = new File_Check(); $File_Check->is_excluded();
Код File_Check::is_excluded() File Check::is excluded Yoast 26.9
public function is_excluded() {
return $this->options_helper->get( 'enable_llms_txt', false ) !== true;
}