Yoast\WP\SEO\Task_List\Application\Tasks

Enable_Llms_Txt::get_is_completedpublicYoast 1.0

Returns whether this task is completed.

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

Хуков нет.

Возвращает

true|false. Whether this task is completed.

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

$Enable_Llms_Txt = new Enable_Llms_Txt();
$Enable_Llms_Txt->get_is_completed(): bool;

Код Enable_Llms_Txt::get_is_completed() Yoast 27.7

public function get_is_completed(): bool {
	return $this->options_helper->get( 'enable_llms_txt', false );
}