Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
forbidals
/
credio
/
inc
/
customizer
:
includes.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Includes all file for customizer */ require_once CREDIO_THEME_SUB_DIR.'/customizer/credio_customizer.php'; require_once CREDIO_THEME_SUB_DIR.'/customizer/credio_customizer_control.php'; require_once CREDIO_THEME_SUB_DIR.'/customizer/general.php'; require_once CREDIO_THEME_SUB_DIR.'/customizer/page.php'; require_once CREDIO_THEME_SUB_DIR.'/customizer/mobile_offcanvas.php'; require_once CREDIO_THEME_SUB_DIR.'/customizer/preloader.php'; require_once CREDIO_THEME_SUB_DIR.'/customizer/gsap_animation.php'; require_once CREDIO_THEME_SUB_DIR.'/customizer/smooth_scrolling.php'; require_once CREDIO_THEME_SUB_DIR.'/customizer/style.php'; require_once CREDIO_THEME_SUB_DIR.'/customizer/typography.php'; require_once CREDIO_THEME_SUB_DIR.'/customizer/blog.php'; require_once CREDIO_THEME_SUB_DIR.'/customizer/slug_setting.php'; require_once CREDIO_THEME_SUB_DIR.'/customizer/woocommerce_settings.php'; require_once CREDIO_THEME_SUB_DIR.'/customizer/custom_theme_font_control.php'; require_once CREDIO_THEME_SUB_DIR.'/customizer/404.php'; require_once CREDIO_THEME_SUB_DIR.'/customizer/control/separator.php'; require_once CREDIO_THEME_SUB_DIR.'/customizer/blog/blog_page.php'; require_once CREDIO_THEME_SUB_DIR.'/customizer/blog/blog_single.php';