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