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/content.php
<?php 
// ADD SECTION BLOG ARCHIVE
$wp_customize->add_section('section_content_blog_archive',array(
    'title'         => 'Blog Archive',
    'priority'      => 1,
    'panel'         => 'content_panel',
));
require THEMESFLAT_DIR . "inc/customizer/content/blog-archive.php";

// ADD SECTION BLOG SINGLE
$wp_customize->add_section('section_content_blog_single',array(
    'title'         => 'Blog Single',
    'priority'      => 2,
    'panel'         => 'content_panel',
));
require THEMESFLAT_DIR . "inc/customizer/content/blog-single.php";