add_section( 'bc_layout_settings' , array( 'title' => __( 'Layout Settings', 'broadcast-lite' ), 'priority' => 20 ) ); // SECTION - bc_layout_settings $wp_customize->add_section( 'bc_font_settings' , array( 'title' => __( 'Font Settings', 'broadcast-lite' ), 'description' => 'Choose from over 500 fonts by Google Fonts. Try a Google Fonts pairing tool to find good font combinations that fit your style!

Need help with Broadcast Theme Options? Check out our theme options guide or get in touch.', 'priority' => 20.1 ) ); // SECTION - bc_front_page_settings $wp_customize->add_section( 'bc_front_page_settings' , array( 'title' => __( 'Front Page Section', 'broadcast-lite' ), 'description' => 'Need help with Broadcast Theme Options? Check out our theme options guide or get in touch.', 'priority' => 31.1 ) ); // SECTION - bc_front_page_settings $wp_customize->add_section( 'bc_blog_settings' , array( 'title' => __( 'Blog Section', 'broadcast-lite' ), 'description' => 'Need help with Broadcast Theme Options? Check out our theme options guide or get in touch.', 'priority' => 31.2 ) ); // SECTION - bc_front_page_settings $wp_customize->add_section( 'bc_blog_single_settings' , array( 'title' => __( 'Blog Posts', 'broadcast-lite' ), 'description' => 'Need help with Broadcast Theme Options? Check out our theme options guide or get in touch.', 'priority' => 31.21 ) ); // SECTION - bc_front_page_settings $wp_customize->add_section( 'bc_vods_settings' , array( 'title' => __( 'Twitch / YouTube / Kick Section', 'broadcast-lite' ), 'description' => 'Need help with Broadcast Theme Options? Check out our theme options guide or get in touch.', 'priority' => 31.3 ) ); // SECTION - bc_schedule_settings $wp_customize->add_section( 'bc_footer_settings' , array( 'title' => __( 'Footer Section', 'broadcast-lite' ), 'description' => 'Need help with Broadcast Theme Options? Check out our theme options guide or get in touch.', 'priority' => 31.5 ) ); // SECTION - bc_license_settings $wp_customize->add_section( 'bc_license_settings' , array( 'title' => __( 'License Key', 'broadcast-lite' ), 'description' => 'You can view your all your license key information, including valid domains and expiry information on your My Account page on the StreamWeasels website.', 'priority' => 35 ) ); // SECTION - bc_schedule_settings $wp_customize->add_section( 'bc_schedule_settings' , array( 'title' => __( 'Schedule Settings', 'broadcast-lite' ), 'panel' => 'bc_image_panel', ) ); // SECTION - bc_monday_schedule $wp_customize->add_section( 'bc_monday_schedule' , array( 'title' => __( 'Monday Schedule', 'broadcast-lite' ), 'panel' => 'bc_image_panel', ) ); // SECTION - bc_tuesday_schedule $wp_customize->add_section( 'bc_tuesday_schedule' , array( 'title' => __( 'Tuesday Schedule', 'broadcast-lite' ), 'panel' => 'bc_image_panel', ) ); // SECTION - bc_tuesday_schedule $wp_customize->add_section( 'bc_wednesday_schedule' , array( 'title' => __( 'Wednesday Schedule', 'broadcast-lite' ), 'panel' => 'bc_image_panel', ) ); // SECTION - bc_tuesday_schedule $wp_customize->add_section( 'bc_thursday_schedule' , array( 'title' => __( 'Thursday Schedule', 'broadcast-lite' ), 'panel' => 'bc_image_panel', ) ); // SECTION - bc_tuesday_schedule $wp_customize->add_section( 'bc_friday_schedule' , array( 'title' => __( 'Friday Schedule', 'broadcast-lite' ), 'panel' => 'bc_image_panel', ) ); // SECTION - bc_tuesday_schedule $wp_customize->add_section( 'bc_saturday_schedule' , array( 'title' => __( 'Saturday Schedule', 'broadcast-lite' ), 'panel' => 'bc_image_panel', ) ); // SECTION - bc_tuesday_schedule $wp_customize->add_section( 'bc_sunday_schedule' , array( 'title' => __( 'Sunday Schedule', 'broadcast-lite' ), 'panel' => 'bc_image_panel', ) ); // END SETTING } add_action( 'customize_register', 'broadcast_customize_register_pro' );