add_panel( 'appointment_management_front_page_options', array( 'title' => esc_html__( 'Front Page Options', 'appointment-management' ), 'priority' => 20, ) ); // Header Section. require get_template_directory() . '/theme-library/customizer/front-page-options/header.php'; // Banner Section. require get_template_directory() . '/theme-library/customizer/front-page-options/banner.php'; // Contact Section. require get_template_directory() . '/theme-library/customizer/front-page-options/contact.php'; // Services Section. require get_template_directory() . '/theme-library/customizer/front-page-options/services.php';