File manager - Edit - C:/inetpub/vhosts/alsawaripharma.com/icte-dubai.com/wp-content/themes/uni-education/inc/customizer/default.php
Back
<?php /** * Default Theme Customizer Values * * @package uni_education */ function uni_education_get_default_theme_options() { $uni_education_default_options = array( // default options // Top Bar 'enable_topbar' => true, 'show_social_menu' => false, 'show_top_search' => true, // Slider 'enable_slider' => true, 'slider_entire_site' => false, 'slider_auto_slide' => true, 'slider_arrow' => true, 'slider_btn_label' => esc_html__( 'Learn More', 'uni-education' ), // Footer 'slide_to_top' => true, 'copyright_text' => esc_html__( 'Copyright © 2018 | All Rights Reserved', 'uni-education' ), // blog / archive 'latest_blog_title' => esc_html__( 'Blogs', 'uni-education' ), 'excerpt_count' => 25, 'pagination_type' => 'numeric', 'sidebar_layout' => 'right-sidebar', 'column_type' => 'column-2', 'show_date' => true, 'show_category' => true, 'show_author' => true, 'show_comment' => true, // single post 'sidebar_single_layout' => 'right-sidebar', 'show_single_date' => true, 'show_single_category' => true, 'show_single_tags' => true, 'show_single_author' => true, // page 'sidebar_page_layout' => 'right-sidebar', // global 'enable_loader' => true, 'enable_breadcrumb' => true, 'enable_sticky_header' => false, 'loader_type' => 'spinner-dots', 'site_layout' => 'full', ); $output = apply_filters( 'uni_education_default_theme_options', $uni_education_default_options ); return $output; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 0.1 |
proxy
|
phpinfo
|
Settings