' . esc_html__('We are unable to connect to the 8Theme API to retrieve the list of versions.', 'xstore') . '

'; return; } $pages = array_filter($versions, function( $el ) { if (isset($el['type'])){ return $el['type'] == 'page'; } }); $demos = array_filter($versions, function( $el ) { if (isset($el['type'])){ return $el['type'] == 'demo'; } }); $installed_versions = array(); $installed_version = get_option('etheme_current_version'); $core_active = class_exists('ETC\App\Controllers\Admin\Import'); if ( $installed_version ) { $installed_versions[] = json_decode($installed_version)->name; } $is_remove = false; $et_imported_data = get_option('et_imported_data', array()); if (count($et_imported_data)){ foreach ($et_imported_data as $type){ if (count($type)){ $is_remove = true; break; // limit to stop if fount } } if (!$is_remove){ delete_option('etheme_current_version'); $installed_versions = array(); $installed_version = false; } } $global_admin_class = EthemeAdmin::get_instance(); ?>

130+ > get_loader(); ?>

get_filters_form(array( 'all' => esc_html__('All', 'xstore'), 'popular' => esc_html__('Popular', 'xstore'), 'catalog' => esc_html__('Catalog', 'xstore'), 'one-page' => esc_html__('One page', 'xstore'), 'corporate' => esc_html__('Corporate', 'xstore'), ), array('type' => 'versions-filter') ); ?> get_search_form('versions', esc_html__( 'Search for versions', 'xstore' )); ?>
$version ) : ?> 1){ $engine = count( $engine ); }elseif (count( $engine ) == 1 && isset($engine[0])){ $engine = $engine[0]; } else { $engine = 0; } $item_classes = array( 'xstore-panel-grid-item', 'version-preview', 'version-preview-'.$key, ); if ( $imported ) { $item_classes[] = 'xstore-panel-grid-item-active'; $item_classes[] = 'imported'; $item_classes[] = 'prioritized'; } else { $item_classes[] = 'not-imported'; } if ( strpos($version['filter'], 'elementor' ) > 0 ) { } else { $item_classes[] = 'et-hide'; } ?> get_search_no_found(); ?>
get_additional_panel_blocks('demos'); ?>
' . esc_html__( 'Please wait installing base plugin', 'xstore' ) . '

'; // $out .= ''; ?>
installed icon

' . esc_html__('Theme successfully activated!', 'xstore') . '

' . esc_html__('Now you have access to lifetime updates, top-notch 24/7 live support, and much more features.', 'xstore') . '

'.esc_html__('ok', 'xstore').'

' ?> ' . $out . ''; ?>