html(); $system->system_test(); $result = $system->result(); $is_activated = etheme_is_activated(); $is_et_core = defined( 'ET_CORE_VERSION' ); $xstore_branding_settings = get_option( 'xstore_white_label_branding_settings', array() ); $xstore_branding_settings_inited = false; $settings = array(); $settings['welcome_text'] = 'Welcome to XStore!'; $settings['brand_logo'] = ETHEME_CODE_IMAGES . 'wp-icon.svg'; $settings['hide_registration_form'] = false; $settings['hide_buy_license'] = false; if ( count($xstore_branding_settings) && isset($xstore_branding_settings['control_panel']) ) { $xstore_branding_settings_inited = true; if ( $xstore_branding_settings['control_panel']['icon'] ) { $settings['brand_logo'] = $xstore_branding_settings['control_panel']['icon']; } if ( $xstore_branding_settings['control_panel']['welcome_text'] ) { $settings['welcome_text'] = $xstore_branding_settings['control_panel']['welcome_text']; } if ( $xstore_branding_settings['control_panel']['thank_you_text'] ) { $settings['thank_you_text'] = $xstore_branding_settings['control_panel']['thank_you_text']; } if ( isset($xstore_branding_settings['control_panel']['hide_registration_form']) ){ $settings['hide_registration_form'] = $xstore_branding_settings['control_panel']['hide_registration_form']; } if ( isset($xstore_branding_settings['control_panel']['hide_buy_license']) ){ $settings['hide_buy_license'] = $xstore_branding_settings['control_panel']['hide_buy_license']; } } // in case carousel banners should be displayed if ( !$xstore_branding_settings_inited ) { wp_enqueue_script('slick_carousel'); wp_enqueue_style('slick-carousel'); } ?>

get_loader(); ?>

  • 1. ', ''); ?>
  • 2. ', ''); ?>
  • 3. ', ''); ?>
  • 4. ', ''); ?>

activation_page(); ?>


'; } ?>


array( 'icon' => ' ', 'title' => sprintf(esc_html__('Buy %s License', 'xstore'), apply_filters('etheme_theme_label', 'XStore')), 'link' => 'https://1.envato.market/2rXmmA', 'description' => sprintf(esc_html__('Get more out of %s by adding another license for your next project.', 'xstore'), apply_filters('etheme_theme_label', 'XStore')) ), 'wpml' => array( 'icon' => ' ', 'title' => esc_html__('Get WPML Plugin', 'xstore'), 'link' => 'https://wpml.org/?aid=46060&affiliate_key=YI8njhBqLYnp&dr', 'description' => esc_html__('Elevate your website\'s language capabilities by purchasing the WPML plugin.', 'xstore') ), 'codeable' => array( 'icon' => ' ', 'title' => esc_html__('Customization Services', 'xstore'), 'link' => etheme_contact_us_url(), 'description' => esc_html__('Unleash the full potential of your website with our premium customization services.', 'xstore') ) ); foreach ($extended_links as $extended_link) { ?>