<# if (data.title) { #>
  • {{ data.title }}

    '. esc_html__('To take full advantage of all the features this theme has to offer, please install and activate the Big Store Pro', 'big-store') .'

    '; } } elseif ($plugin_companion_exists) { if ($plugin_companion_installed) { $go_to_starter_sites_disabled = false; } else { echo '

    '. esc_html__('To take full advantage of all the features this theme has to offer, please install and activate the ThemeHunk Customizer', 'big-store') .'

    '; } } else { echo '

    '. esc_html__('To take full advantage of all the features this theme has to offer, please install and activate the ThemeHunk Customizer', 'big-store') .'

    '; } // Go to Starter Sites button (always present, conditionally enabled/disabled) echo ''; ?>
  • <# } #> register_section_type('Big_Store_Custom_Section_Class'); $wp_customize->add_section( new Big_Store_Custom_Section_Class( $wp_customize, 'ts_themehunk_customizer_custom_section', array( 'title' => __('Thank You for installing Big Store Theme', 'big-store'), 'priority' => 0, ) ) ); } add_action('customize_register', 'big_store_customize_install_register'); get_template_part( 'lib/notification/customizer-notification/customizer-install');