add_panel( 'bike_workshop_front_page_options', array( 'title' => esc_html__( 'Front Page Options', 'bike-workshop' ), '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'; // Bike Services Section. require get_template_directory() . '/theme-library/customizer/front-page-options/bike-services.php';