Yoast\WP\SEO\Llms_Txt\Domain\Content_Types
Content_Type_Entry::get_url
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() Content Type Entry::get url Yoast 27.9
public function get_url(): string {
return $this->url;
}