Server IP : 162.0.217.223 / Your IP : 216.73.216.150 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/tu-international.com/wp-content/themes/motorx/inc/customizer/ |
Upload File : |
<?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";