add_section('aamira_theme_pro', array( 'title' => __('EQUESTRAIN SPORTS PREMIUM', 'aamira'), 'priority' => 1, )); $wp_customize->add_setting('aamira_theme_pro', array( 'default' => null, 'sanitize_callback' => 'sanitize_text_field', )); $wp_customize->add_control(new Waterproofing_Services_Pro_Control($wp_customize, 'aamira_theme_pro', array( 'label' => __('EQUESTRAIN SPORTS PREMIUM', 'aamira'), 'section' => 'aamira_theme_pro', 'settings' => 'aamira_theme_pro', 'priority' => 1, ))); } add_action( 'customize_register', 'aamira_customize_register' ); define('AAMIRA_THEME_PRO_LINK',__('https://coders-time.com/products/aamira-theme','aamira')); define('AAMIRA_THEME_BUNDLE_BTN',__('https://coders-time.com/products/aamira-bundle','aamira')); /* Pro control */ if (class_exists('WP_Customize_Control') && !class_exists('Aamira_Theme_Pro_Control')): class Aamira_Theme_Pro_Control extends WP_Customize_Control{ public function render_content(){?>