Yoast\WP\SEO\Dashboard\Domain\Content_Types

Content_Type::get_label()publicYoast 1.0

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

public function get_label(): string {
	return $this->label;
}