PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
<?php define( 'WEBON_CORE_VERSION', '1.1.1' ); define( 'WEBON_CORE_ABS_PATH', dirname( __FILE__ ) ); define( 'WEBON_CORE_REL_PATH', dirname( plugin_basename( __FILE__ ) ) ); define( 'WEBON_CORE_URL_PATH', plugin_dir_url( __FILE__ ) ); define( 'WEBON_CORE_ASSETS_PATH', WEBON_CORE_ABS_PATH . '/assets' ); define( 'WEBON_CORE_ASSETS_URL_PATH', WEBON_CORE_URL_PATH . 'assets' ); define( 'WEBON_CORE_INC_PATH', WEBON_CORE_ABS_PATH . '/inc' ); define( 'WEBON_CORE_INC_URL_PATH', WEBON_CORE_URL_PATH . 'inc' ); define( 'WEBON_CORE_CPT_PATH', WEBON_CORE_INC_PATH . '/post-types' ); define( 'WEBON_CORE_CPT_URL_PATH', WEBON_CORE_INC_URL_PATH . '/post-types' ); define( 'WEBON_CORE_SHORTCODES_PATH', WEBON_CORE_INC_PATH . '/shortcodes' ); define( 'WEBON_CORE_SHORTCODES_URL_PATH', WEBON_CORE_INC_URL_PATH . '/shortcodes' ); define( 'WEBON_CORE_PLUGINS_PATH', WEBON_CORE_INC_PATH . '/plugins' ); define( 'WEBON_CORE_PLUGINS_URL_PATH', WEBON_CORE_INC_URL_PATH . '/plugins' ); define( 'WEBON_CORE_HEADER_LAYOUTS_PATH', WEBON_CORE_INC_PATH . '/header/layouts' ); define( 'WEBON_CORE_HEADER_LAYOUTS_URL_PATH', WEBON_CORE_INC_URL_PATH . '/header/layouts' ); define( 'WEBON_CORE_HEADER_ASSETS_PATH', WEBON_CORE_INC_PATH . '/header/assets' ); define( 'WEBON_CORE_HEADER_ASSETS_URL_PATH', WEBON_CORE_INC_URL_PATH . '/header/assets' ); define( 'WEBON_CORE_MOBILE_HEADER_LAYOUTS_PATH', WEBON_CORE_INC_PATH . '/mobile-header/layouts' ); define( 'WEBON_CORE_MOBILE_HEADER_LAYOUTS_URL_PATH', WEBON_CORE_INC_URL_PATH . '/mobile-header/layouts' ); define( 'WEBON_CORE_MENU_NAME', 'webon_core_menu' ); define( 'WEBON_CORE_OPTIONS_NAME', 'webon_core_options' ); define( 'WEBON_CORE_PROFILE_SLUG', 'mikado' );
[-] constants.php
[edit]
[+]
..
[+]
languages
[-] webon-core.php
[edit]
[+]
helpers
[+]
assets
[+]
inc