add_panel( 'all_cleaning_services_theme_section_panel', [ 'priority' => 30, 'capability' => 'edit_theme_options', 'title' => esc_html__('Theme Option Section', 'all-cleaning-services'), ] ); //Header Section. require get_template_directory() . '/inc/customizer/theme-options/customize-header.php'; //Footer Section. require get_template_directory() . '/inc/customizer/theme-options/customize-footer.php';