add_panel( 'home_page_panel', array( 'title' => __( 'Homepage Sections', 'boutique-shop' ), 'priority' => 30, 'capability' => 'edit_theme_options', ) ); /** * Section Customizer Options. */ require get_template_directory() . '/inc/customizer/home-sections/featured-slider.php'; require get_template_directory() . '/inc/customizer/home-sections/featured-mission.php';