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

    $plugin_info) { // Check if the plugin is installed if (!file_exists(WP_PLUGIN_DIR . '/' . $plugin_info['active_filename'])) { $all_installed = false; break; } // Check if the plugin is activated if (!is_plugin_active($plugin_info['active_filename'])) { $all_activated = false; } } if ($plugin_pro_exists) { if ($plugin_pro_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 Big Store Pro', 'big-store') .'

    '; } } elseif ($all_installed) { if ($all_activated) { $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');