register_section_type( 'agency_x_Customize_Section_Upsell' ); // Register sections. $wp_customize->add_section( new agency_x_Customize_Section_Upsell( $wp_customize, 'theme_upsell', array( 'title' => esc_html__( 'Upgrade to Agency Plus', 'agency-x' ), 'pro_text' => esc_html__( 'Buy Now', 'agency-x' ), 'pro_url' => 'https://goo.gl/KyCGWH', 'priority' => 1, ) ) ); function agency_x_customizer_control_scripts() { wp_enqueue_script( 'blogzine-controls', get_template_directory_uri() . '/inc/upgrade-to-pro/customize-controls.js', array('customize-controls'), '20151215', true ); wp_enqueue_style( 'blogzine-customizer', get_template_directory_uri() . '/inc/upgrade-to-pro/customize-controls.css' ); } add_action( 'customize_controls_enqueue_scripts', 'agency_x_customizer_control_scripts', 0 );