Yoast\WP\SEO\Task_List\Application\Tasks

Delete_Hello_World::get_copy_setpublicYoast 1.0

Returns the task's copy set.

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

Хуков нет.

Возвращает

Строку|null.

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

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

Код Delete_Hello_World::get_copy_set() Yoast 27.7

public function get_copy_set(): Copy_Set {
	return new Copy_Set(
		\__( 'Remove the “Hello World” post', 'wordpress-seo' ),
		'<p>' . \__( 'Leaving placeholder content makes your site look unfinished and untrustworthy. Removing it keeps your site clean and professional for visitors and search engines.', 'wordpress-seo' ) . '</p>',
	);
}