Yoast\WP\SEO\Llms_Txt\Domain\Content_Types

Content_Type_Entry::get_titlepublicYoast 1.0

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() Yoast 28.4

public function get_title(): string {
	return $this->title;
}