get_render_attribute_string( 'container' ) ); ?>>
<get_render_attribute_string( 'title' ) ); ?>>
array( 'premium-title-icon', 'premium-svg-nodraw', 'premium-drawable-icon' ),
'aria-hidden' => 'true',
)
);
else :
?>
get_render_attribute_string( 'icon' ) ); ?>>
get_render_attribute_string( 'icon' ) ); ?>>
print_unescaped_setting( 'custom_svg' ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
get_render_attribute_string( 'title_lottie' ) ); ?>>
get_render_attribute_string( 'title_img' ) ); ?>>
get_render_attribute_string( 'premium_title_text' ) ); ?> >
get_render_attribute_string( 'premium_title_text' ) . '>';
$title_array = preg_split( '//u', $settings['premium_title_text'], null, PREG_SPLIT_NO_EMPTY );
foreach ( $title_array as $key => $letter ) :
$key = $key++;
$letters_html .= '
' . $letter . '';
endforeach;
$the_title = $letters_html . '';
echo wp_kses_post( $the_title );
?>