Yoast\WP\SEO\Dashboard\Domain\Content_Types
Content_Type::get_name
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() Content Type::get name Yoast 27.4
public function get_name(): string {
return $this->name;
}