Tribe__Events__Main::add_help_section_feature_box_content( Tribe__Admin__Help_Page $help )
Append the text about The Events Calendar to the feature box on the Help page
Contents
Parameters
- $help
-
(Tribe__Admin__Help_Page) (Required) The Help Page Instance
Return
(void)
Source
File: src/Tribe/Main.php
public function add_help_section_feature_box_content( $help ) {
$link = '<a href="https://m.tri.be/18j8" target="_blank">' . esc_html__( 'New User Primer', 'the-events-calendar' ) . '</a>';
$help->add_section_content( 'feature-box', sprintf( __( 'We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running.', 'the-events-calendar' ), $link ) );
}