_get_html( 'banner_link_target', ' target="%s"' ); $rel = $this->_get_html( 'banner_link_rel', ' rel="%s"' ); $this->_html( 'banner_link', '' ); echo '
'; echo $this->_get_banner_image(); echo '
'; echo '
'; $title_tag = $this->_get_html( 'banner_title_html_tag', '%s' ); $title_tag = jet_elements_tools()->validate_html_tag( $title_tag ); $this->_html( 'banner_title', '<' . $title_tag . ' class="jet-banner__title">%s' ); $this->_html( 'banner_text', '
%s
' ); echo '
'; echo '
'; $this->_html( 'banner_link', '
' ); ?>