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() { ?>
image ? 'style="background-image:url(' . esc_url(SUPERBADDONS_ASSETS_PATH . '/img/' . $this->image) . ');"' : ''; ?>>
icon) : ?>

title); ?>

description); ?>

link && $this->cta) : ?> cta); ?>