Yoast\WP\SEO\Schema_Aggregator\Infrastructure\Elements_Context_Map

Default_Elements_Context_Map::getpublic staticYoast 1.0

Get the full map of schema.org types.

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

Хуков нет.

Возвращает

Массив<Строку,Массив<Строку>>. The map;

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

$result = Default_Elements_Context_Map::get(): array;

Код Default_Elements_Context_Map::get() Yoast 28.3

public static function get(): array {
	return self::$map;
}