Tribe__Data::get_default()

Gets the default value that will be returned when a key is not set.

Contents


Return

(mixed)


Top ↑

Source

File: src/Tribe/Data.php

	public function get_default() {
		return $this->default;
	}