Current File : /home/kelaby89/onlycnc.com.au/wp-content/themes/ondustry/functions.php |
<?php
/**
* Theme Functions
*
* @author Jegtheme
* @package ondustry
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
defined( 'ONDUSTRY_VERSION' ) || define( 'ONDUSTRY_VERSION', '1.0.1' );
defined( 'ONDUSTRY_DIR' ) || define( 'ONDUSTRY_DIR', trailingslashit( get_template_directory() ) );
defined( 'ONDUSTRY_URI' ) || define( 'ONDUSTRY_URI', trailingslashit( get_template_directory_uri() ) );
require get_parent_theme_file_path( 'inc/autoload.php' );
Ondustry\Init::instance();