Your IP : 216.73.216.95


Current Path : /var/www/ljmtc/wp-content/plugins/event-tickets/common/
Upload File :
Current File : /var/www/ljmtc/wp-content/plugins/event-tickets/common/tribe-autoload.php

<?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();