add_section('call_center_services_pro', array( 'title' => __('CALL CENTER SERVICES PREMIUM', 'call-center-services'), 'priority' => 1, )); $wp_customize->add_setting('call_center_services_pro', array( 'default' => null, 'sanitize_callback' => 'sanitize_text_field', )); $wp_customize->add_control(new Call_Center_Services_Pro_Control($wp_customize, 'call_center_services_pro', array( 'label' => __('CALL CENTER SERVICES PREMIUM', 'call-center-services'), 'section' => 'call_center_services_pro', 'settings' => 'call_center_services_pro', 'priority' => 1, ))); } add_action( 'customize_register', 'call_center_services_customize_register' ); define('CALL_CENTER_SERVICES_PRO_LINK',__('https://www.ovationthemes.com/products/call-center-wordpress-theme','call-center-services')); define('CALL_CENTER_SERVICES_BUNDLE_BTN',__('https://www.ovationthemes.com/products/wordpress-bundle','call-center-services')); /* Pro control */ if (class_exists('WP_Customize_Control') && !class_exists('Call_Center_Services_Pro_Control')): class Call_Center_Services_Pro_Control extends WP_Customize_Control{ public function render_content(){?>