File Editor
Directories:
.. (Back)
Customizer
Interfaces
Query
Repository
Template
Utils
Views
Widgets
functions
iCalendar
Files:
Assets.php
Customizer.php
Hooks.php
Implementation_Error.php
Index.php
Kitchen_Sink.php
Manager.php
Messages.php
Rest_Endpoint.php
Rewrite.php
Service_Provider.php
Template.php
Template_Bootstrap.php
Theme_Compatibility.php
Url.php
View.php
View_Interface.php
View_Register.php
Create New File
Create
Edit File: Index.php
<?php /** * The main Views index template file. * * @package Tribe\Events\Views\V2 * @since 4.9.2 */ namespace Tribe\Events\Views\V2; /** * Class Index * * @package Tribe\Events\Views\V2 * @since 4.9.2 */ class Index extends Template { /** * Index constructor. * * Overrides the base implementation to allow plugins and themes to override the index file. */ public function __construct() { parent::__construct( 'default-template' ); } }
Save Changes
Rename File
Rename