title = $options['title'] ?? false; $this->description = $options['description'] ?? false; $this->link = $options['link'] ?? false; $this->cta = $options['cta'] ?? false; $this->image = $options['image'] ?? false; $this->icon = $options['icon'] ?? false; $this->class = $options['class'] ?? false; $this->connected_bottom = $options['connected_bottom'] ?? false; $this->Render(); } private function Render() { ?>