Yoast\WP\SEO\Llms_Txt\Domain\Content_Types

Content_Type_Entry::get_urlpublicYoast 1.0

Gets the URL of the content type entry.

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

Хуков нет.

Возвращает

Строку. The URL of the content type entry.

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

$Content_Type_Entry = new Content_Type_Entry();
$Content_Type_Entry->get_url(): string;

Код Content_Type_Entry::get_url() Yoast 27.7

public function get_url(): string {
	return $this->url;
}