/
home
/
altere25
/
labratnyc.com
/
wp-content
/
plugins
/
haaken-core
/
/home/altere25/labratnyc.com/wp-content/plugins/haaken-core
mkdir
upload
Name
Size
Mode
Actions
assets/
-
0755
rm
helpers/
-
0755
rm
inc/
-
0755
rm
languages/
-
0755
rm
constants.php
1721
0644
edit
dl
rm
haaken-core.php
7354
0644
edit
dl
rm
Edit:
/home/altere25/labratnyc.com/wp-content/plugins/haaken-core/constants.php
(1721B)
<?php define( 'HAAKEN_CORE_VERSION', '1.2' ); define( 'HAAKEN_CORE_ABS_PATH', dirname( __FILE__ ) ); define( 'HAAKEN_CORE_REL_PATH', dirname( plugin_basename( __FILE__ ) ) ); define( 'HAAKEN_CORE_URL_PATH', plugin_dir_url( __FILE__ ) ); define( 'HAAKEN_CORE_ASSETS_PATH', HAAKEN_CORE_ABS_PATH . '/assets' ); define( 'HAAKEN_CORE_ASSETS_URL_PATH', HAAKEN_CORE_URL_PATH . 'assets' ); define( 'HAAKEN_CORE_INC_PATH', HAAKEN_CORE_ABS_PATH . '/inc' ); define( 'HAAKEN_CORE_INC_URL_PATH', HAAKEN_CORE_URL_PATH . 'inc' ); define( 'HAAKEN_CORE_CPT_PATH', HAAKEN_CORE_INC_PATH . '/post-types' ); define( 'HAAKEN_CORE_CPT_URL_PATH', HAAKEN_CORE_INC_URL_PATH . '/post-types' ); define( 'HAAKEN_CORE_SHORTCODES_PATH', HAAKEN_CORE_INC_PATH . '/shortcodes' ); define( 'HAAKEN_CORE_SHORTCODES_URL_PATH', HAAKEN_CORE_INC_URL_PATH . '/shortcodes' ); define( 'HAAKEN_CORE_PLUGINS_PATH', HAAKEN_CORE_INC_PATH . '/plugins' ); define( 'HAAKEN_CORE_PLUGINS_URL_PATH', HAAKEN_CORE_INC_URL_PATH . '/plugins' ); define( 'HAAKEN_CORE_HEADER_LAYOUTS_PATH', HAAKEN_CORE_INC_PATH . '/header/layouts' ); define( 'HAAKEN_CORE_HEADER_LAYOUTS_URL_PATH', HAAKEN_CORE_INC_URL_PATH . '/header/layouts' ); define( 'HAAKEN_CORE_HEADER_ASSETS_PATH', HAAKEN_CORE_INC_PATH . '/header/assets' ); define( 'HAAKEN_CORE_HEADER_ASSETS_URL_PATH', HAAKEN_CORE_INC_URL_PATH . '/header/assets' ); define( 'HAAKEN_CORE_MOBILE_HEADER_LAYOUTS_PATH', HAAKEN_CORE_INC_PATH . '/mobile-header/layouts' ); define( 'HAAKEN_CORE_MOBILE_HEADER_LAYOUTS_URL_PATH', HAAKEN_CORE_INC_URL_PATH . '/mobile-header/layouts' ); define( 'HAAKEN_CORE_MENU_NAME', 'haaken_core_menu' ); define( 'HAAKEN_CORE_OPTIONS_NAME', 'haaken_core_options' ); define( 'HAAKEN_CORE_PROFILE_SLUG', 'edge' );
Save