add_setting( 'social_icons_upgrade_info', array( 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control( new Blogig_WP_Info_Box_Control( $wp_customize, 'social_icons_upgrade_info', array( 'label' => esc_html__( 'More Features', 'blogig' ), 'description' => esc_html__( 'Unlimited social icons items with unlimited choices', 'blogig' ), 'section' => BLOGIG_PREFIX . 'social_icons_section', 'priority' => 200, 'settings' => 'social_icons_upgrade_info', 'choices' => array( array( 'label' => esc_html__( 'View Premium', 'blogig' ), 'url' => esc_url( '//blazethemes.com/theme/blogig-pro/' ) ) ) )) ); // upgrade info box $wp_customize->add_setting( 'preloader_upgrade_info', array( 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control( new Blogig_WP_Info_Box_Control( $wp_customize, 'preloader_upgrade_info', array( 'label' => esc_html__( '20 + Preloader', 'blogig' ), 'description' => esc_html__( 'Dedicated technical support.', 'blogig' ), 'section' => BLOGIG_PREFIX . 'preloader_section', 'settings' => 'preloader_upgrade_info', 'choices' => array( array( 'label' => esc_html__( 'View Premium', 'blogig' ), 'url' => esc_url( '//blazethemes.com/theme/blogig-pro/' ) ) ) )) ); // upgrade info box $wp_customize->add_setting( 'bottom_footer_upgrade_info', array( 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control( new Blogig_WP_Info_Box_Control( $wp_customize, 'bottom_footer_upgrade_info', array( 'label' => esc_html__( 'More Features', 'blogig' ), 'description' => esc_html__( 'Copyright editor, Text color, link color and background color, gradient colors.', 'blogig' ), 'section' => BLOGIG_PREFIX . 'bottom_footer_section', 'settings' => 'bottom_footer_upgrade_info', 'priority' => 100, 'tab' => 'design', 'choices' => array( array( 'label' => esc_html__( 'View Premium', 'blogig' ), 'url' => esc_url( '//blazethemes.com/theme/blogig-pro/' ) ) ) )) ); // upgrade info box $wp_customize->add_setting( 'single_post_upgrade_info', array( 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control( new Blogig_WP_Info_Box_Control( $wp_customize, 'single_post_upgrade_info', array( 'label' => esc_html__( 'More Features', 'blogig' ), 'description' => esc_html__( 'Showor hide post title, meta, categories, author, elements reorder, typography and content background, ', 'blogig' ), 'section' => BLOGIG_PREFIX . 'single_section', 'settings' => 'single_post_upgrade_info', 'priority' => 100, 'choices' => array( array( 'label' => esc_html__( 'View Premium', 'blogig' ), 'url' => esc_url( '//blazethemes.com/theme/blogig-pro/' ) ) ) )) ); // upgrade info box $wp_customize->add_setting( 'theme_header_design_upgrade_info', array( 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control( new Blogig_WP_Info_Box_Control( $wp_customize, 'theme_header_design_upgrade_info', array( 'label' => esc_html__( 'More Features', 'blogig' ), 'description' => esc_html__( 'Toggle bar color and search icon color.', 'blogig' ), 'section' => BLOGIG_PREFIX . 'header_menu_options_section', 'settings' => 'theme_header_design_upgrade_info', 'priority' => 100, 'tab' => 'design', 'choices' => array( array( 'label' => esc_html__( 'View Premium', 'blogig' ), 'url' => esc_url( '//blazethemes.com/theme/blogig-pro/' ) ) ) )) ); // upgrade info box $wp_customize->add_setting( 'header_menu_upgrade_info', array( 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control( new Blogig_WP_Info_Box_Control( $wp_customize, 'header_menu_upgrade_info', array( 'label' => esc_html__( 'More Features', 'blogig' ), 'description' => esc_html__( 'Menu color, active menu color, hover color, sub menu color, background color, border color and typography.', 'blogig' ), 'section' => BLOGIG_PREFIX . 'header_menu_options_section', 'settings' => 'header_menu_upgrade_info', 'priority' => 100, 'choices' => array( array( 'label' => esc_html__( 'View Premium', 'blogig' ), 'url' => esc_url( '//blazethemes.com/theme/blogig-pro/' ) ) ) )) ); // upgrade info box $wp_customize->add_setting( 'footer_upgrade_info', array( 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control( new Blogig_WP_Info_Box_Control( $wp_customize, 'footer_upgrade_info', array( 'label' => esc_html__( 'More Features', 'blogig' ), 'description' => esc_html__( 'Text color and background color, image, gradient colors.', 'blogig' ), 'section' => BLOGIG_PREFIX . 'footer_section', 'settings' => 'footer_upgrade_info', 'priority' => 100, 'tab' => 'design', 'choices' => array( array( 'label' => esc_html__( 'View Premium', 'blogig' ), 'url' => esc_url( '//blazethemes.com/theme/blogig-pro/' ) ) ) )) ); // upgrade info box $wp_customize->add_setting( 'bottom_footer_upgrade_info', array( 'sanitize_callback' => 'sanitize_text_field' )); $wp_customize->add_control( new Blogig_WP_Info_Box_Control( $wp_customize, 'bottom_footer_upgrade_info', array( 'label' => esc_html__( 'More Features', 'blogig' ), 'description' => esc_html__( 'Copyright editor, Text color, link color and background color, gradient colors.', 'blogig' ), 'section' => BLOGIG_PREFIX . 'bottom_footer_section', 'settings' => 'bottom_footer_upgrade_info', 'priority' => 100, 'tab' => 'design', 'choices' => array( array( 'label' => esc_html__( 'View Premium', 'blogig' ), 'url' => esc_url( '//blazethemes.com/theme/blogig-pro/' ) ) ) )) ); } add_action( 'customize_register', 'blogig_customizer_up_panel', 20 ); endif;