register_section_type( 'Business_Class_Customizer_Upsell' ); $wp_customize->add_section( new Business_Class_Customizer_Upsell( $wp_customize, 'business_class_pro', array( 'title' => esc_html__( 'Business Class Pro', 'business-class' ), 'button_text' => esc_html__( 'Buy Pro', 'business-class' ), 'button_url' => 'https://bunnytemplates.com/downloads/business-class-pro', 'priority' => 1, ) ) ); } } add_action( 'customize_register', 'business_class_load_upsell' );