Tribe__JSON_LD__Abstract::get_types()

Public method to have access to the types


Return

(array)


Top ↑

Source

File: src/Tribe/JSON_LD/Abstract.php

	public function get_types() {
		return self::$types;
	}

Top ↑

Changelog

Changelog
Version Description
4.7.12 Introduced.