Yoast\WP\SEO\Llms_Txt\Application\Health_Check

File_Runner::is_successfulpublicYoast 1.0

Returns true if there is no generation failure reason.

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

Хуков нет.

Возвращает

true|false. The boolean indicating if the health check was succesful.

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

$File_Runner = new File_Runner();
$File_Runner->is_successful();

Код File_Runner::is_successful() Yoast 27.8

public function is_successful() {
	return $this->generation_failure_reason === '';
}