Yoast\WP\SEO\Llms_Txt\Domain\Markdown\Sections
Title::get_prefix
Returns the prefix of the section.
Метод класса: Title{}
Хуков нет.
Возвращает
Строку.
Использование
$Title = new Title(); $Title->get_prefix(): string;
Код Title::get_prefix() Title::get prefix Yoast 27.6
public function get_prefix(): string {
return '# ';
}