Tribe__Events__Aggregator__Tabs__Abstract::is_active()

Determines if this Tab is currently displayed

Contents


Return

(boolean)


Top ↑

Source

File: src/Tribe/Aggregator/Tabs/Abstract.php

	public function is_active() {
		return Tribe__Events__Aggregator__Tabs::instance()->is_active( $this->get_slug() );
	}