Tribe__Data::to_array()

Converts the data object in an array.


Return

(array)


Top ↑

Source

File: src/Tribe/Data.php

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

Top ↑

Changelog

Changelog
Version Description
4.6 Introduced.