X7ROOT File Manager
Current Path:
/home/notabjze/boatingnight.com/wp-content/themes/yachbat
home
/
notabjze
/
boatingnight.com
/
wp-content
/
themes
/
yachbat
/
ðŸ“
..
ðŸ“
assets
📄
comments.php
(2.16 KB)
ðŸ“
customize
ðŸ“
elementor
📄
footer.php
(227 B)
📄
functions.php
(1.25 KB)
📄
header.php
(719 B)
ðŸ“
inc
📄
index.php
(448 B)
ðŸ“
install-resource
ðŸ“
languages
📄
readme.txt
(502 B)
📄
screenshot.png
(1.04 MB)
📄
sidebar-shop.php
(189 B)
📄
sidebar.php
(304 B)
📄
style.css
(675.28 KB)
ðŸ“
template-parts
ðŸ“
woocommerce
📄
wpml-config.xml
(3.03 KB)
Editing: functions.php
<?php if(defined('YACHBAT_URL') == false) define('YACHBAT_URL', get_template_directory()); if(defined('YACHBAT_URI') == false) define('YACHBAT_URI', get_template_directory_uri()); load_theme_textdomain( 'yachbat', YACHBAT_URL . '/languages' ); // Main Feature require_once( YACHBAT_URL.'/inc/class-main.php' ); // Functions require_once( YACHBAT_URL.'/inc/functions.php' ); // Hooks require_once( YACHBAT_URL.'/inc/class-hook.php' ); // Widget require_once (YACHBAT_URL.'/inc/class-widgets.php'); // Elementor if (defined('ELEMENTOR_VERSION')) { require_once (YACHBAT_URL.'/inc/class-elementor.php'); } // WooCommerce if (class_exists('WooCommerce')) { require_once (YACHBAT_URL.'/inc/class-woo.php'); } /* Customize */ if( current_user_can('customize') ){ require_once YACHBAT_URL.'/customize/custom-control/google-font.php'; require_once YACHBAT_URL.'/customize/custom-control/heading.php'; require_once YACHBAT_URL.'/inc/class-customize.php'; } require_once ( YACHBAT_URL.'/install-resource/active-plugins.php' ); /* Template Hooks */ require_once ( YACHBAT_URL.'/inc/class-woo-template-hooks.php' ); /* Template Fuctions */ require_once ( YACHBAT_URL.'/inc/class-woo-template-functions.php' );
Upload File
Create Folder