>
{$title}";
foreach ( $follow_links as $follow_link ) {
if ( isset( $follow_link['enabled'] ) && $follow_link['enabled'] == false ) continue;
printf( '
%2$s',
flatsome_html_atts( $follow_link['atts'] ),
! empty( $follow_link['icon'] ) ? $follow_link['icon'] : '' // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
);
if ( ! empty( $follow_link['after'] ) ) {
echo $follow_link['after']; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
}
}
?>