add_section('waterproofing_services_pro', array( 'title' => __('EQUESTRAIN SPORTS PREMIUM', 'waterproofing-services'), 'priority' => 1, )); $wp_customize->add_setting('waterproofing_services_pro', array( 'default' => null, 'sanitize_callback' => 'sanitize_text_field', )); $wp_customize->add_control(new Waterproofing_Services_Pro_Control($wp_customize, 'waterproofing_services_pro', array( 'label' => __('EQUESTRAIN SPORTS PREMIUM', 'waterproofing-services'), 'section' => 'waterproofing_services_pro', 'settings' => 'waterproofing_services_pro', 'priority' => 1, ))); } add_action( 'customize_register', 'waterproofing_services_customize_register' ); define('WATERPROOFING_SERVICES_PRO_LINK',__('https://www.ovationthemes.com/products/vegetable-store-wordpress-theme','waterproofing-services')); define('WATERPROOFING_SERVICES_BUNDLE_BTN',__('https://www.ovationthemes.com/products/wordpress-bundle','waterproofing-services')); /* Pro control */ if (class_exists('WP_Customize_Control') && !class_exists('Waterproofing_Services_Pro_Control')): class Waterproofing_Services_Pro_Control extends WP_Customize_Control{ public function render_content(){?>