File "help-hub.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/common/src/admin-views/help-hub.php
File size: 973 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* The template that displays the help page.
*
* @var Tribe__Main $main The main common object.
* @var array $status Contains the user's telemetry and license status.
* @var array $keys Contains the chat keys for support services.
* @var array $icons Contains URLs for various support hub icons.
* @var array $links Contains URLs for important links, like the telemetry opt-in link.
* @var string $notice The admin notice HTML for the chatbot callout.
* @var string $template_variant The template variant, determining which template to display.
* @var array $resource_sections An array of data to display in the Resource section.
*/
?>
<div class="tribe_settings wrap tec-events-admin-settings">
<?php
$this->template( 'help-hub/header' );
$this->template( 'help-hub/navigation' );
$this->template( 'help-hub/container' );
?>
</div>