0byt3m1n1-V2
Path:
/
home
/
yvffpqmy
/
public_html
/
new
/
wp-content
/
themes
/
consua
/
inc
/
[
Home
]
File: consua-constants.php
<?php /** * @Packge : CONSUA * @Version : 1.0 * @Author : CONSUA * @Author URI : https://themeforest.net/user/validthemes/portfolio * */ // Block direct access if ( !defined( 'ABSPATH' ) ) { exit; } /** * * Define constant * */ // Base URI if ( ! defined( 'CONSUA_DIR_URI' ) ) { define('CONSUA_DIR_URI', get_parent_theme_file_uri().'/' ); } // Assist URI if ( ! defined( 'CONSUA_DIR_ASSIST_URI' ) ) { define( 'CONSUA_DIR_ASSIST_URI', get_theme_file_uri('/assets/') ); } // Css File URI if ( ! defined( 'CONSUA_DIR_CSS_URI' ) ) { define( 'CONSUA_DIR_CSS_URI', get_theme_file_uri('/assets/css/') ); } // Skin Css File if ( ! defined( 'CONSUA_DIR_SKIN_CSS_URI' ) ) { define( 'CONSUA_DIR_SKIN_CSS_URI', get_theme_file_uri('/assets/css/skins/') ); } // Js File URI if (!defined('CONSUA_DIR_JS_URI')) { define('CONSUA_DIR_JS_URI', get_theme_file_uri('/assets/js/')); } // External PLugin File URI if (!defined('CONSUA_DIR_PLUGIN_URI')) { define('CONSUA_DIR_PLUGIN_URI', get_theme_file_uri( '/assets/plugins/')); } // Base Directory if (!defined('CONSUA_DIR_PATH')) { define('CONSUA_DIR_PATH', get_parent_theme_file_path() . '/'); } //Inc Folder Directory if (!defined('CONSUA_DIR_PATH_INC')) { define('CONSUA_DIR_PATH_INC', CONSUA_DIR_PATH . 'inc/'); } //CONSUA framework Folder Directory if (!defined('CONSUA_DIR_PATH_FRAM')) { define('CONSUA_DIR_PATH_FRAM', CONSUA_DIR_PATH_INC . 'consua-framework/'); } //Classes Folder Directory if (!defined('CONSUA_DIR_PATH_CLASSES')) { define('CONSUA_DIR_PATH_CLASSES', CONSUA_DIR_PATH_INC . 'classes/'); } //Hooks Folder Directory if (!defined('CONSUA_DIR_PATH_HOOKS')) { define('CONSUA_DIR_PATH_HOOKS', CONSUA_DIR_PATH_INC . 'hooks/'); } //Demo Data Folder Directory Path if( !defined( 'CONSUA_DEMO_DIR_PATH' ) ){ define( 'CONSUA_DEMO_DIR_PATH', CONSUA_DIR_PATH_INC.'demo-data/' ); } //Demo Data Folder Directory URI if( !defined( 'CONSUA_DEMO_DIR_URI' ) ){ define( 'CONSUA_DEMO_DIR_URI', CONSUA_DIR_URI.'inc/demo-data/' ); }
©
2018.