Yoast\WP\SEO\Dashboard\Domain\Content_Types

Content_Types_List::get()publicYoast 1.0

Returns the content types in the list.

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

Хуков нет.

Возвращает

Массив. The content types in the list.

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

$Content_Types_List = new Content_Types_List();
$Content_Types_List->get(): array;

Код Content_Types_List::get() Yoast 24.4

public function get(): array {
	return $this->content_types;
}