File "tribe-autoload.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/common/tribe-autoload.php
File size: 298 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$common = __DIR__ . '/src';
require_once $common . '/Tribe/Autoloader.php';
$autoloader = Tribe__Autoloader::instance();
$autoloader->register_prefix( 'Tribe__', $common . '/Tribe' );
$autoloader->register_prefix( 'TEC\\Common\\', $common . '/Common' );
$autoloader->register_autoloader();