Tribe__Events__Community__Main::helpTabForumsLink( string $content )
Return the forums link as it should appear in the help tab.
Contents
Parameters
- $content
-
(string) (Required)
Return
(string)
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;
}
Changelog
| Version | Description |
|---|---|
| 1.0.3 | Introduced. |