get( 'Version' );
$is_activated = etheme_is_activated();
$is_et_core = class_exists( 'ETC\App\Controllers\Admin\Import' );
$is_child_theme = is_child_theme();
$settings = array();
$xstore_branding_settings = get_option( 'xstore_white_label_branding_settings', array() );
ob_start();
if ( $theme_builders_page ) : ?>
version;
endif;
$settings['version'] = 'v.' . esc_html( $theme_version );
if ( count( $xstore_branding_settings ) ) {
if ( isset( $xstore_branding_settings['control_panel']['logo'] ) && ! empty( $xstore_branding_settings['control_panel']['logo'] ) ) {
$settings['available'] = false;
ob_start(); ?>