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