add_section('art_and_craft_pro', array( 'title' => __('ART AND CRAFT PREMIUM', 'art-and-craft'), 'priority' => 1, )); $wp_customize->add_setting('art_and_craft_pro', array( 'default' => null, 'sanitize_callback' => 'sanitize_text_field', )); $wp_customize->add_control(new Art_And_Craft_Pro_Control($wp_customize, 'art_and_craft_pro', array( 'label' => __('ART AND CRAFT PREMIUM', 'art-and-craft'), 'section' => 'art_and_craft_pro', 'settings' => 'art_and_craft_pro', 'priority' => 1, ))); } add_action( 'customize_register', 'art_and_craft_customize_register' ); define('ART_AND_CRAFT_PRO_LINK',__('https://www.ovationthemes.com/products/art-wordpress-theme','art-and-craft')); define('ART_AND_CRAFT_BUNDLE_BTN',__('https://www.ovationthemes.com/products/wordpress-bundle','art-and-craft')); /* Pro control */ if (class_exists('WP_Customize_Control') && !class_exists('Art_And_Craft_Pro_Control')): class Art_And_Craft_Pro_Control extends WP_Customize_Control{ public function render_content(){?>