AddFeature(__("Customize Header Logo, Text & Background Color", "business-chat"), "purple-paint-brush.svg"); $this->AddFeature(__("Translation Ready", "business-chat"), "purple-article-medium.svg"); $this->AddFeature(__("Fully SEO Optimized", "business-chat"), "purple-gauge.svg"); $this->AddFeature(__("Customize All Fonts", "business-chat"), "purple-article-medium.svg"); $this->AddFeature(__("Customize All Colors", "business-chat"), "purple-paint-brush.svg"); $this->AddFeature(__("Importable Demo Content", "business-chat"), "purple-images.svg"); $this->AddFeature(__("Elementor Compatible", "business-chat"), "purple-elementor-logo.svg"); $this->AddFeature(__("Replace Copyright Text", "business-chat"), "purple-copyright.svg"); $this->AddFeature(__("Full-Width Page Template", "business-chat"), "purple-frame-corners.svg"); $this->AddFeature(__("Access All Child Themes", "business-chat"), "purple-images.svg"); $this->AddFeature(__("Customer Support and Documentation", "business-chat"), "purple-files.svg"); $this->AddFeature(__("Multiple Website Support", "business-chat"), "purple-files.svg"); $this->AddFeature(__("Custom border radius on elements & buttons", "business-chat"), "gear.svg"); $this->AddFeature(__("Multiple Navigation Layouts", "business-chat"), "gear.svg"); $this->AddFeature(__("Multiple Blog Layouts", "business-chat"), "gear.svg"); $this->AddFeature(__("Hide Sidebar on WooCommerce Pages", "business-chat"), "gear.svg"); $this->AddFeature(__("Hide Sidebar on Posts & Pages", "business-chat"), "gear.svg"); $this->AddFeature(__("About The Author Section", "business-chat"), "gear.svg"); $this->AddFeature(__("Show Full Posts on Blog", "business-chat"), "gear.svg"); $this->AddFeature(__("Show Recent Posts on 404 Page", "business-chat"), "gear.svg"); $this->AddFeature(__("Hide WooCommerce Shopping Cart", "business-chat"), "gear.svg"); $this->AddFeature(__("Only Display Header Widgets on Front Page", "business-chat"), "gear.svg"); $this->AddFeature(__("Hide Header Tagline on Mobile", "business-chat"), "gear.svg"); $this->AddFeature(__("Custom Image Header With Buttons & Text", "business-chat"), "gear.svg"); $this->AddFeature(__("Go To Top Button", "business-chat"), "gear.svg"); $this->AddFeature(__("Hide Next/Previous Post Buttons", "business-chat"), "gear.svg"); $this->AddFeature(__("Hide Author Name from Byline", "business-chat"), "gear.svg"); $this->AddFeature(__("Hide Post Category", "business-chat"), "gear.svg"); $this->AddFeature(__("Hide Author Name from Byline", "business-chat"), "gear.svg"); $this->AddFeature(__("Hide Header Button on Mobile", "business-chat"), "gear.svg"); $this->AddFeature(__("Remove 'Tag' from Tag Page Title", "business-chat"), "purple-article-medium.svg"); $this->AddFeature(__("Remove 'Author' from Author Page Title", "business-chat"), "purple-article-medium.svg"); $this->AddFeature(__("Remove 'Category' from Category Page Title", "business-chat"), "purple-article-medium.svg"); } private function AddFeature($title, $icon) { $this->FEATURES[] = array( "title" => $title, "icon" => $icon ); } public function GetFeatures() { return $this->FEATURES; } }