Preview: functions.php
Size: 1.06 KB
/home/jambtst2015/public_html/qasandra.com/wp-content/themes/helo/functions.php
<?php
/**
* Theme functions and definitions.
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
* @package helo
* @version 1.0.0
* @since helo 1.0.0
*/
if ( ! defined( 'ABSPATH' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
die();
}
/**
* Theme Defined Constant
*/
define( 'HELO_THEME_VERSION', '1.0.3' );
define( 'HELO_THEME_DIR', untrailingslashit(get_template_directory()) . '/' );
define( 'HELO_THEME_URI', untrailingslashit(get_template_directory_uri()) . '/' );
/**
* Loading Core File and Script Loader.
*/
require_once HELO_THEME_DIR . 'inc/class-helo-after-setup-theme.php';
require_once HELO_THEME_DIR . 'inc/template-functions.php';
require_once HELO_THEME_DIR . 'inc/admin-functions.php';
require_once HELO_THEME_DIR . 'inc/template-tags.php';
require_once HELO_THEME_DIR . 'inc/helo-register-widget.php';
require_once HELO_THEME_DIR . 'inc/class-helo-enqueue-scripts.php';
require_once HELO_THEME_DIR . 'inc/compatibility/woocommerce/class-helo-woocommerce.php';
// End of file functions.php.
Directory Contents
Dirs: 4 × Files: 17