register_section_type( 'Bstone_Pro_Customizer' ); // Register sections. $wp_customize->add_section( new Bstone_Pro_Customizer( $wp_customize, 'bstone-pro', array( 'title' => esc_html__( 'Need More Options? Get Bstone Pro!', 'bstone' ), 'pro_url' => esc_url_raw( 'https://wpbstone.com/?utm_source=customizer&utm_medium=upgrade-link&utm_campaign=upgrade-to-pro' ), 'priority' => 1, ) ) );