add_section( 'anirohotellight_pro_section' , array( 'title' => esc_html__( 'GET "ANIRO HOTEL PRO"', 'aniro-hotel-light' ), 'description' => esc_html__( 'Get Pro version "Aniro Hotel PRO"', 'aniro-hotel-light' ), 'priority' => 10, ) ); //Add links to section $wp_customize->add_setting( 'anirohotellight_pro_links', array( 'sanitize_callback' => 'esc_url_raw', ) ); $wp_customize->add_control( new anirohotellight_Pro_Links( $wp_customize, 'anirohotellight_pro_links', array( 'label' => esc_html__( 'PRO version', 'aniro-hotel-light' ), 'section' => 'anirohotellight_pro_section', 'settings' => 'anirohotellight_pro_links', ) ) ); //****************************************************************************** // Panel "About anirohotellight" //****************************************************************************** //Add section 'About anirohotellighta' $wp_customize->add_section( 'anirohotellight_about_section' , array( 'title' => esc_html__( 'About "Aniro Hotel Light"', 'aniro-hotel-light' ), 'description' => esc_html__( 'Demo and on-line documentation for "Aniro Hotel Light" theme here:', 'aniro-hotel-light' ), 'priority' => 10, ) ); //Add links to section $wp_customize->add_setting( 'anirohotellight_important_links', array( 'sanitize_callback' => 'esc_url_raw', ) ); $wp_customize->add_control( new anirohotellight_Important_Links( $wp_customize, 'anirohotellight_important_links', array( 'label' => esc_html__( 'Important Links', 'aniro-hotel-light' ), 'section' => 'anirohotellight_about_section', 'settings' => 'anirohotellight_important_links', ) ) ); //******************************************************************************