Tribe__Events__Pro__Main::helpTabForumsLink( $content )

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

Contents


Return

(string)


Top ↑

Source

File: src/Tribe/Main.php

		public function helpTabForumsLink( $content ) {
			if ( get_option( 'pue_install_key_events_calendar_pro ' ) ) {
				return 'http://m.tri.be/4x';
			} else {
				return 'http://m.tri.be/4w';
			}
		}