Tribe__Events__Main::init_day_view()

Load the day view template tags Loaded late due to potential upgrade conflict since moving them from pro


Source

File: src/Tribe/Main.php

		public function init_day_view() {
			// load day view functions
			require_once $this->plugin_path . 'src/functions/template-tags/day.php';
		}