Tribe__Events__Community__Main::helpTabForumsLink( string $content )

Return the forums link as it should appear in the help tab.


Parameters

$content

(string) (Required)


Top ↑

Return

(string)


Top ↑

Source

File: src/Tribe/Main.php

		public function helpTabForumsLink( $content ) {
			$promo_suffix = '?utm_source=helptab&utm_medium=plugin-community&utm_campaign=in-app';
			return ( isset( Tribe__Events__Main::$tecUrl ) ? Tribe__Events__Main::$tecUrl : Tribe__Events__Main::$tribeUrl ) . 'support/forums/' . $promo_suffix;
		}

Top ↑

Changelog

Changelog
Version Description
1.0.3 Introduced.