';
$output .= wp_get_attachment_image(
$icon_image,
'full',
false,
array(
'class' => 'lvca-image full',
)
);
$output .= '
';
} else {
if ( !empty(${'icon_' . $icon_family}) ) {
$output .= '
';
$output .= lvca_get_icon( ${'icon_' . $icon_family} );
$output .= '
';
$output .= '
' . esc_html( $title ) . '
';
if ( !empty($content) ) {
$output .= '
' . wp_kses_post( $content ) . '
';
} else {
$output .= '
' . wp_kses_post( $excerpt ) . '
';
}
$output .= '