AddFeature(__("Customize Header Logo, Text & Background Color", "bloggist"), "purple-paint-brush.svg"); $this->AddFeature(__("Translation Ready", "bloggist"), "purple-article-medium.svg"); $this->AddFeature(__("Fully SEO Optimized", "bloggist"), "purple-gauge.svg"); $this->AddFeature(__("Customize All Fonts", "bloggist"), "purple-article-medium.svg"); $this->AddFeature(__("Customize All Colors", "bloggist"), "purple-paint-brush.svg"); $this->AddFeature(__("Importable Demo Content", "bloggist"), "purple-images.svg"); $this->AddFeature(__("Elementor Compatible", "bloggist"), "purple-elementor-logo.svg"); $this->AddFeature(__("Replace Copyright Text", "bloggist"), "purple-copyright.svg"); $this->AddFeature(__("Full-Width Page Template", "bloggist"), "purple-frame-corners.svg"); $this->AddFeature(__("Access All Child Themes", "bloggist"), "purple-images.svg"); $this->AddFeature(__("Customer Support and Documentation", "bloggist"), "purple-files.svg"); $this->AddFeature(__("Multiple Website Support", "bloggist"), "purple-files.svg"); $this->AddFeature(__("Custom Text On Header Image", "bloggist"), "gear.svg"); $this->AddFeature(__("Only Show Header Image On Front Page", "bloggist"), "gear.svg"); $this->AddFeature(__("Only Show Upper Widgets On Front Page", "bloggist"), "gear.svg"); $this->AddFeature(__("Lower Image Resolution To Increase Website Performance", "bloggist"), "gear.svg"); $this->AddFeature(__("Full Width Page and Post Template", "bloggist"), "gear.svg"); $this->AddFeature(__("Remove 'Tag' from Tag Page Title", "bloggist"), "purple-article-medium.svg"); $this->AddFeature(__("Remove 'Author' from Author Page Title", "bloggist"), "purple-article-medium.svg"); $this->AddFeature(__("Remove 'Category' from Category Page Title", "bloggist"), "purple-article-medium.svg"); } private function AddFeature($title, $icon) { $this->FEATURES[] = array( "title" => $title, "icon" => $icon ); } public function GetFeatures() { return $this->FEATURES; } }