Yoast\WP\SEO\Llms_Txt\Domain\Content_Types
Content_Type_Entry::get_title
Gets the title of the content type entry.
Метод класса: Content_Type_Entry{}
Хуков нет.
Возвращает
string. The title of the content type entry.
Использование
$Content_Type_Entry = new Content_Type_Entry(); $Content_Type_Entry->get_title(): string;
Код Content_Type_Entry::get_title() Content Type Entry::get title Yoast 28.4
public function get_title(): string {
return $this->title;
}