Tribe__Events__Pro__Main::add_help_tab_getting_started_text()
Add the “Getting Started” text to the help tab for PRO addon.
Return
(string) The modified content.
Source
File: src/Tribe/Main.php
public function add_help_tab_getting_started_text() {
$getting_started_text[] = sprintf( __( "Thanks for buying Events Calendar PRO! From all of us at Modern Tribe, we sincerely appreciate it. If you're looking for help with Events Calendar PRO, you've come to the right place. We are committed to helping make your calendar be spectacular... and hope the resources provided below will help get you there.", 'tribe-events-calendar-pro' ) );
$content = implode( $getting_started_text );
return $content;
}