add_section( new Bridal_Store_Upsell_Section( $wp_customize, 'upsell_premium_section', array( 'title' => __( 'Bridal Store', 'bridal-store' ), 'button_text' => __( 'GO TO PREMIUM', 'bridal-store' ), 'url' => esc_url( BRIDAL_STORE_BUY_NOW ), 'priority' => 0, ))); // Add the "Bundle" upsell section $wp_customize->add_section( new Bridal_Store_Upsell_Section( $wp_customize, 'upsell_bundle_section', array( 'title' => __( 'All themes in Single Package', 'bridal-store' ), 'button_text' => __( 'GET BUNDLE', 'bridal-store' ), 'url' => esc_url( BRIDAL_STORE_BUNDLE ), 'priority' => 1, ))); } add_action( 'customize_register', 'bridal_store_customize_register' ); if ( class_exists( 'WP_Customize_Section' ) ) { class Bridal_Store_Upsell_Section extends WP_Customize_Section { public $type = 'bridal-store-upsell'; public $button_text = ''; public $url = ''; protected function render() { ?>
  • title ); ?> button_text ); ?>