register_section_type( 'Blog_Aarambha_Upsell_Section' ); $wp_customize->add_section( new Blog_Aarambha_Upsell_Section($wp_customize,'blog_aarambha_upsell_section', array( 'priority' => 0, 'title' => esc_html__( 'View Pro Version', 'blog-aarambha' ), 'url' => 'https://aarambhathemes.com/themes/blog-aarambha-pro/' )) ); } } $blog_aarambha_customizer = new Blog_Aarambha_Customizer();