?AlkantarClanX12
| Current Path : /home/rankinh/villavanille/wp-content/plugins/drew-core/ |
| Current File : /home/rankinh/villavanille/wp-content/plugins/drew-core/constants.php |
<?php define( 'DREW_CORE_VERSION', '1.1' ); define( 'DREW_CORE_ABS_PATH', dirname( __FILE__ ) ); define( 'DREW_CORE_REL_PATH', dirname( plugin_basename( __FILE__ ) ) ); define( 'DREW_CORE_URL_PATH', plugin_dir_url( __FILE__ ) ); define( 'DREW_CORE_ASSETS_PATH', DREW_CORE_ABS_PATH . '/assets' ); define( 'DREW_CORE_ASSETS_URL_PATH', DREW_CORE_URL_PATH . 'assets' ); define( 'DREW_CORE_INC_PATH', DREW_CORE_ABS_PATH . '/inc' ); define( 'DREW_CORE_INC_URL_PATH', DREW_CORE_URL_PATH . 'inc' ); define( 'DREW_CORE_CPT_PATH', DREW_CORE_INC_PATH . '/post-types' ); define( 'DREW_CORE_CPT_URL_PATH', DREW_CORE_INC_URL_PATH . '/post-types' ); define( 'DREW_CORE_SHORTCODES_PATH', DREW_CORE_INC_PATH . '/shortcodes' ); define( 'DREW_CORE_SHORTCODES_URL_PATH', DREW_CORE_INC_URL_PATH . '/shortcodes' ); define( 'DREW_CORE_PLUGINS_PATH', DREW_CORE_INC_PATH . '/plugins' ); define( 'DREW_CORE_PLUGINS_URL_PATH', DREW_CORE_INC_URL_PATH . '/plugins' ); define( 'DREW_CORE_HEADER_LAYOUTS_PATH', DREW_CORE_INC_PATH . '/header/layouts' ); define( 'DREW_CORE_HEADER_LAYOUTS_URL_PATH', DREW_CORE_INC_URL_PATH . '/header/layouts' ); define( 'DREW_CORE_HEADER_ASSETS_PATH', DREW_CORE_INC_PATH . '/header/assets' ); define( 'DREW_CORE_HEADER_ASSETS_URL_PATH', DREW_CORE_INC_URL_PATH . '/header/assets' ); define( 'DREW_CORE_MOBILE_HEADER_LAYOUTS_PATH', DREW_CORE_INC_PATH . '/mobile-header/layouts' ); define( 'DREW_CORE_MOBILE_HEADER_LAYOUTS_URL_PATH', DREW_CORE_INC_URL_PATH . '/mobile-header/layouts' ); define( 'DREW_CORE_MENU_NAME', 'drew_core_menu' ); define( 'DREW_CORE_OPTIONS_NAME', 'drew_core_options' ); define( 'DREW_CORE_PROFILE_SLUG', 'mikado' );