| Server IP : 93.86.61.54 / Your IP : 216.73.216.156 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/tim/wp-content/themes/zita/inc/ |
Upload File : |
<?php
/**
* all file includeed
*
* @param
* @return mixed|string
*/
get_template_part( 'inc/themes-hooks');
get_template_part('inc/class-zita-theme-options');
get_template_part('inc/admin-function');
get_template_part('customizer/customizer-constant');
get_template_part('inc/header-function');
get_template_part('inc/footer-function');
get_template_part('inc/blog-function');
get_template_part('inc/blog-single-function');
get_template_part('inc/default-string');
//theme-option
get_template_part('lib/theme-option/class-zita-admin-settings');
//pagination
get_template_part('inc/pagination/pagination');
get_template_part('inc/pagination/infinite-scroll');
//customizer
get_template_part('customizer/extend-customizer/class-zita-wp-customize-panel');
get_template_part('customizer/extend-customizer/class-zita-wp-customize-section');
get_template_part('customizer/customizer-radio-image/class/class-zita-customize-control-radio-image');
get_template_part('customizer/customizer-range-value/class/class-zita-customizer-range-value-control');
get_template_part('customizer/color/class-control-color');
get_template_part('customizer/customize-buttonset/class-control-buttonset');
get_template_part('customizer/sortable/class-zita-control-sortable');
get_template_part('customizer/custom-customizer');
get_template_part('customizer/customizer');
//custom-style
get_template_part('inc/custom-style');
get_template_part('inc/sidebar-function');
get_template_part('inc/content-function');
//typography
get_template_part('customizer/customizer-font-selector/functions');
get_template_part('inc/typography-style');
//page meta box
get_template_part('lib/page-meta-box/zita-page-meta-box');
//woocommerce
get_template_part('inc/woocommerce/woocommerce-config');
get_template_part('inc/woocommerce/woocommerce-ajax');