Yoast\WP\SEO\Task_List\Application\Tasks
Enable_Llms_Txt::get_is_completed
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() Enable Llms Txt::get is completed Yoast 27.7
public function get_is_completed(): bool {
return $this->options_helper->get( 'enable_llms_txt', false );
}