Yoast\WP\SEO\Dashboard\Domain\Content_Types

Content_Type::get_name()publicYoast 1.0

Gets name of the content type.

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

Хуков нет.

Возвращает

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

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

$Content_Type = new Content_Type();
$Content_Type->get_name(): string;

Код Content_Type::get_name() Yoast 24.4

public function get_name(): string {
	return $this->name;
}