Tribe__Events__Pro__Assets::is_style_option_tribe()

Checks if we are using Tribe setting for Style


Return

(bool)


Top ↑

Source

File: src/Tribe/Assets.php

	public function is_style_option_tribe() {
		$style_option = tribe_get_option( 'stylesheetOption', 'tribe' );
		return 'tribe' === $style_option;
	}

Top ↑

Changelog

Changelog
Version Description
4.4.30 Introduced.