Yoast\WP\SEO\Task_List\Application\Tasks

Enable_Llms_Txt::get_copy_setpublicYoast 1.0

Returns the task's copy set.

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

Хуков нет.

Возвращает

Строку|null.

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

$Enable_Llms_Txt = new Enable_Llms_Txt();
$Enable_Llms_Txt->get_copy_set(): Copy_Set;

Код Enable_Llms_Txt::get_copy_set() Yoast 27.7

public function get_copy_set(): Copy_Set {
	return new Copy_Set(
		\__( 'Create an llms.txt file', 'wordpress-seo' ),
		'<p>' . \__( 'Without llms.txt, AI platforms may not know how to treat your content. Enabling it helps communicate your preferences in a clearer way to AI tools.', 'wordpress-seo' ) . '</p>',
	);
}