Settings -> Display -> Events Template. * * Override this template in your own theme by creating a file at [your-theme]/tribe-events/default-template.php * * @package TribeEventsCalendar * @version 4.6.23 * */ if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } /** * Allows filtering the classes for the main element. * * @since 5.8.0 * * @param array $classes An (unindexed) array of classes to apply. */ $classes = apply_filters( 'tribe_default_events_template_classes', [ 'tribe-events-pg-template' ] ); get_header(); /** * Provides an action that allows for the injection of HTML at the top of the template after the header. * * @since 5.8.0 * * @param string $eventDisplay The string representation (slug) of the displayed view - "month". */ do_action( 'tribe_default_events_template_after_header', $eventDisplay ); ?>
>