Your IP : 216.73.216.95


Current Path : /var/www/html/spiritmeat/wp-content/plugins/epoch/
Upload File :
Current File : /var/www/html/spiritmeat/wp-content/plugins/epoch/bootstrap.php

<?php
/**
 * Loads the plugin if dependencies are met.
 *
 * @package   Epoch
 * @author    Postmatic
 * @license   GPL-2.0+
 * @link
 * Copyright 2015 Transitive, Inc.
 */

//autoload dependencies
if ( file_exists( EPOCH_PATH . 'vendor/autoload.php' ) ){
	require_once( EPOCH_PATH . 'vendor/autoload.php' );
}


// initialize plugin
\postmatic\epoch\core::get_instance();