Tribe__Data::get_default()
Gets the default value that will be returned when a key is not set.
Return
(mixed)
Source
File: src/Tribe/Data.php
public function get_default() {
return $this->default;
}
Gets the default value that will be returned when a key is not set.
(mixed)
File: src/Tribe/Data.php
public function get_default() {
return $this->default;
}