ThemeName)); ?>
Theme = wp_get_theme(); $this->ParentName = is_child_theme() ? wp_get_theme($this->Theme->Template) : ''; $this->ThemeName = is_child_theme() ? sprintf(/* translators: %s are theme names */__("%s and %s", 'awardify'), $this->Theme, $this->ParentName) : $this->Theme; $this->PremiumText = is_child_theme() ? sprintf(/* translators: %s are theme names */__("Unlock all features by upgrading to the premium edition of %s and its parent theme %s.", 'awardify'), $this->Theme, $this->ParentName) : sprintf(/* translators: %s is a theme name */__("Unlock all features by upgrading to the premium edition of %s.", 'awardify'), $this->Theme); $this->ThemeLink = !empty($data['theme_url']) ? $data['theme_url'] : 'https://superbthemes.com/'; $this->DemoLink = !empty($data['demo_url']) ? $data['demo_url'] . '?su_source=theme_settings' : 'https://superbthemes.com/'; $this->ContactLink = 'https://superbthemes.com/contact/?su_source=theme_settings'; $this->Type = $data['type']; $base_features = array( array( 'title' => __("Fully Search Engine Optimized", "awardify"), 'base' => true, 'icon' => "img-icon-8.png", 'description' => __("Get free traffic by ranking #1 on Google with the lightning-fast & SEO-optimized premium version.", "awardify"), 'source' => 'seo' ), array( 'title' => __("Page Speed Optimized", "awardify"), 'base' => true, 'icon' => "img-icon-6.png", 'description' => __("Unlock maximum speed with the premium version. It loads in less than 0.3 seconds. ", "awardify"), 'source' => 'speed' ), array( 'title' => __("Customize Everything", "awardify"), 'base' => true, 'icon' => "img-icon-7.png", 'description' => __("Customize the design to fit your brand or style with our easy-to-use customization options.", "awardify"), 'source' => 'customization' ), array( 'title' => __("E-commerce Compatibility", "awardify"), 'base' => true, 'icon' => "img-icon-5.png", 'description' => __("Create your online store easily. The premium version is compatible with all popular e-commerce plugins.", "awardify"), 'source' => 'ecommerce' ), array( 'title' => __("Customer Support & Documentation", "awardify"), 'base' => true, 'icon' => "img-icon-4.png", 'description' => __("Benefit from our comprehensive documentation and dedicated support team, always ready to help.", "awardify"), 'source' => 'support' ), array( 'title' => __("Works With All Page Builders", "awardify"), 'base' => true, 'icon' => "img-icon-3.png", 'description' => __("Brizy, Elementor, Divi Builder, Beaver Builder - you name it. Every page builder plugin is compatible.", "awardify"), 'source' => 'page_builders' ), array( 'title' => __("1-Click Starter Content Import", "awardify"), 'base' => true, 'icon' => "img-icon-2.png", 'description' => __("Get started easily with our one-click demo content import feature. Get your website up and running in seconds.", "awardify"), 'source' => 'starter_content' ), array( 'title' => __("Premium Designs, Patterns & Layouts", "awardify"), 'base' => true, 'icon' => "img-icon-1.png", 'description' => __("Access all the premium layouts and designs perfect for any niche or industry.", "awardify"), 'source' => 'designs' ), array( 'title' => __("Works On All Devices And Browsers", "awardify"), 'base' => true, 'icon' => "devices-duotone.svg", 'description' => __("The premium version looks perfect everywhere, from desktop to mobile, and in every browser.", "awardify"), 'source' => 'devices' ), array( 'title' => __("AMP Compatible And Mobile Ready", "awardify"), 'base' => true, 'icon' => "fse_icon_mobile.svg", 'description' => __("Stay ahead with Accelerated Mobile Pages (AMP) compatibility.", "awardify"), 'source' => 'amp' ), array( 'title' => __("GDPR Compliant", "awardify"), 'base' => true, 'icon' => "shield-check-duotone.svg", 'description' => __("Our premium version comes fully compliant, giving you peace of mind about user data protection and privacy.", "awardify"), 'source' => 'gdpr' ), array( 'title' => __("Frequent Updates", "awardify"), 'base' => true, 'icon' => "arrows-clockwise-duotone.svg", 'description' => __("Our premium version provides frequent enhancements for security, performance, and features.", "awardify"), 'source' => 'updates' ), array( 'title' => __("Child Themes", "awardify"), 'base' => true, 'icon' => "img-2.png", 'description' => __("Use child themes to make modifications without affecting the parent theme's code, ensuring smooth updates.", "awardify"), 'source' => 'child_themes' ), array( 'title' => __("WordPress blocks", "awardify"), 'base' => true, 'icon' => "stack-duotone.png", 'description' => __("Use our many custom WordPress Gutenberg blocks for every purpose!", "awardify"), 'source' => 'blocks' ), array( 'title' => __("WordPress patterns", "awardify"), 'base' => true, 'icon' => "grid-nine-duotone.png", 'description' => __("Take advantage of the 400+ beautiful patterns for every type of website.", "awardify"), 'source' => 'patterns' ), array( 'title' => __("Elementor sections", "awardify"), 'base' => true, 'icon' => "img-1.png", 'description' => __("Access 300+ pre-built Elementor sections and build beautiful sites, fast.", "awardify"), 'source' => 'elementor' ) ); $this->Features = $data['features'] ? array_merge($base_features, $data['features']) : $base_features; $this->Render(); } private function Render() { ?>
ThemeName)); ?>