register_section_type( 'Blog_Tale_Customize_Section_Upsell' ); /*Register sections.*/ $wp_customize->add_section( new Blog_Tale_Customize_Section_Upsell( $wp_customize, 'theme_upsell', array( 'title' => esc_html__( 'Blog Tale Pro', 'blog-tale' ), 'pro_text' => esc_html__( 'Buy Pro', 'blog-tale' ), 'pro_url' => 'https://unfoldwp.com/products/blog-tale-pro/', 'priority' => 1, ) ) );