HEX
Server: Apache
System: Linux server-634962.emtiyz.com 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: codo66ho (1003)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/codo66ho/www/wp-content/themes/autodeal/inc/customizer/typography.php
<?php 
// ADD SECTION BODY
$wp_customize->add_section('section_typo_body',array(
    'title'         => 'Body',
    'priority'      => 1,
    'panel'         => 'typography_panel',
));
require THEMESFLAT_DIR . "inc/customizer/typography/body.php";

// ADD SECTION NAVIGATION
$wp_customize->add_section('section_typo_navigation',array(
    'title'         => 'Navigation',
    'priority'      => 3,
    'panel'         => 'typography_panel',
));
require THEMESFLAT_DIR . "inc/customizer/typography/navigation.php";

// ADD SECTION PAGE TITLE
$wp_customize->add_section('section_typo_page_title',array(
    'title'         => 'Page Title',
    'priority'      => 4,
    'panel'         => 'typography_panel',
));
require THEMESFLAT_DIR . "inc/customizer/typography/page-title.php";

// ADD SECTION BLOG POST
$wp_customize->add_section('panel_typo_blog_post',array(
    'title'         => 'Blog Post',
    'priority'      => 5,
    'panel'         => 'typography_panel',
)); 
require THEMESFLAT_DIR . "inc/customizer/typography/blog-post.php";

// ADD SECTION SIDEBAR WIDGET TITLE
$wp_customize->add_section('section_typo_sidebar_widget_title',array(
    'title'         => 'Sidebar Widget Title',
    'priority'      => 6,
    'panel'         => 'typography_panel',
)); 
require THEMESFLAT_DIR . "inc/customizer/typography/sidebar-widget-title.php";

// ADD SECTION FOOTER WIDGET TITLE
$wp_customize->add_section('section_typo_footer_widget_title',array(
    'title'         => 'Footer Widget Title',
    'priority'      => 7,
    'panel'         => 'typography_panel',
)); 
require THEMESFLAT_DIR . "inc/customizer/typography/footer-widget-title.php";

// ADD SECTION FOOTER WIDGET TITLE
$wp_customize->add_section('section_typo_footer',array(
    'title'         => 'Footer',
    'priority'      => 8,
    'panel'         => 'typography_panel',
)); 
require THEMESFLAT_DIR . "inc/customizer/typography/footer.php";

// ADD SECTION BOTTOM
$wp_customize->add_section('section_typo_bottom',array(
    'title'         => 'Bottom',
    'priority'      => 9,
    'panel'         => 'typography_panel',
)); 
require THEMESFLAT_DIR . "inc/customizer/typography/bottom.php";

// ADD SECTION BOTTOM
$wp_customize->add_section('section_typo_heading',array(
    'title'         => 'Heading H1 - H6',
    'priority'      => 10,
    'panel'         => 'typography_panel',
)); 
require THEMESFLAT_DIR . "inc/customizer/typography/heading.php";

// ADD SECTION BUTTONS
$wp_customize->add_section('section_typo_buttons',array(
    'title'         => 'Buttons',
    'priority'      => 11,
    'panel'         => 'typography_panel',
)); 
require THEMESFLAT_DIR . "inc/customizer/typography/button.php";

// ADD SECTION BUTTONS
$wp_customize->add_section('section_typo_pagination',array(
    'title'         => 'Pagination',
    'priority'      => 12,
    'panel'         => 'typography_panel',
)); 
require THEMESFLAT_DIR . "inc/customizer/typography/pagination.php";