Tribe__Data::to_array()
Converts the data object in an array.
Return
(array)
Source
File: src/Tribe/Data.php
public function to_array() {
return $this->get_data();
}
Changelog
| Version | Description |
|---|---|
| 4.6 | Introduced. |
Converts the data object in an array.
(array)
File: src/Tribe/Data.php
public function to_array() {
return $this->get_data();
}
| Version | Description |
|---|---|
| 4.6 | Introduced. |