8889841cunlimited-elements-for-elementor-premium/provider/admin_notices/builders/banner_builder.class.php 0000644 00000003360 15051400262 0042327 0 ustar 00 home/clixcotz/travelport.clix.co.tz/wp-content/plugins theme = $theme; return $this; } /** * set the notice link URL */ public function link($url, $target = ''){ $this->linkUrl = $url; $this->linkTarget = $target; return $this; } /** * set the notice image URL */ public function image($url){ $this->imageUrl = $url; return $this; } /** * get the notice html */ public function build(){ $class = implode(' ', array( 'notice', 'uc-admin-notice', 'uc-admin-notice--banner', 'uc-admin-notice--theme-' . $this->theme, 'uc-admin-notice--' . $this->getId(), )); $html = '