' . $subtitle . '
';
}
if ( ! empty( $title ) ) {
echo '<' . $title_tag . ' class="banner-title' . esc_attr( $title_class ) . '">' . $title . '' . $title_tag . '>';
}
?>
';
echo woodmart_shortcode_button(
array(
'title' => $btn_text,
'color' => $btn_color,
'style' => $btn_style,
'size' => $btn_size,
'align' => $text_alignment,
'shape' => $btn_shape,
'link_nofollow' => ! empty( $attributes['rel'] ) && 'nofollow' === $attributes['rel'],
'icon_type' => $btn_icon_type,
'image' => $btn_image,
'img_size' => $btn_img_size,
'icon_position' => $btn_icon_position,
'icon_fontawesome' => $icon_fontawesome,
'icon_openiconic' => $icon_openiconic,
'icon_typicons' => $icon_typicons,
'icon_entypo' => $icon_entypo,
'icon_linecons' => $icon_linecons,
'icon_monosocial' => $icon_monosocial,
'icon_material' => $icon_material,
'icon_library' => $icon_library,
)
);
echo '