Yoast\WP\SEO\Llms_Txt\Domain\Markdown\Sections

Title::get_prefixpublicYoast 1.0

Returns the prefix of the section.

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

Хуков нет.

Возвращает

Строку.

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

$Title = new Title();
$Title->get_prefix(): string;

Код Title::get_prefix() Yoast 27.6

public function get_prefix(): string {
	return '# ';
}