add_section('candles_shop_pro', array( 'title' => __('CANDLES SHOP PREMIUM', 'candles-shop'), 'priority' => 1, )); $wp_customize->add_setting('candles_shop_pro', array( 'default' => null, 'sanitize_callback' => 'sanitize_text_field', )); $wp_customize->add_control(new Candles_Shop_Pro_Control($wp_customize, 'candles_shop_pro', array( 'label' => __('CANDLES SHOP PREMIUM', 'candles-shop'), 'section' => 'candles_shop_pro', 'settings' => 'candles_shop_pro', 'priority' => 1, ))); } add_action( 'customize_register', 'candles_shop_customize_register' ); define('CANDLES_SHOP_PRO_LINK',__('https://www.ovationthemes.com/products/candles-wordpress-theme','candles-shop')); define('CANDLES_SHOP_BUNDLE_BTN',__('https://www.ovationthemes.com/products/wordpress-bundle','candles-shop')); /* Pro control */ if (class_exists('WP_Customize_Control') && !class_exists('Candles_Shop_Pro_Control')): class Candles_Shop_Pro_Control extends WP_Customize_Control{ public function render_content(){?>