' . $html . '
';
if ( $link ) {
$a_attrs['href'] = esc_url( $link );
$a_attrs['target'] = $img_link_target;
$html = '' .
( ! empty( $internal_css ) ? '' : '' ) .
'
' . wpb_widget_title(
array(
'title' => $title,
'extraclass' => 'wpb_singleimage_heading',
)
) . '
' . $html . '
';
echo porto_filter_output( $output );