Tribe__Events__Aggregator__Tabs::get_default_tab()

Contents


Return

(mixed|void)


Top ↑

Source

File: src/Tribe/Aggregator/Tabs.php

	public function get_default_tab() {
		/**
		 * Allow Developers to change the default tab
		 *
		 * @param string $slug
		 */
		$default = apply_filters( 'tribe_aggregator_default_tab', 'new' );

		return $default;
	}