add_panel( 'front_page_panel', array( 'title' => __( 'Frontpage Sections', 'aneeq' ), 'priority' => 100, 'capability' => 'edit_theme_options', ) ); /** * Section Customizer Options. */ require get_template_directory() . '/include/customizer/frontpage-sections/slider.php'; require get_template_directory() . '/include/customizer/frontpage-sections/service.php'; require get_template_directory() . '/include/customizer/frontpage-sections/blog.php'; require get_template_directory() . '/include/customizer/frontpage-sections/testimonial.php'; require get_template_directory() . '/include/customizer/frontpage-sections/wooproduct.php';