Tribe__Data::get_data()

Gets the data this object manages.

Contents


Return

(array)


Top ↑

Source

File: src/Tribe/Data.php

	public function get_data() {
		return $this->data;
	}