HEX
Server: LiteSpeed
System: Linux cp4.porkbun.com 5.14.0-611.20.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 14 06:35:04 EST 2026 x86_64
User: vxblllubpkafjsjw (1110)
PHP: 8.4.19
Disabled: NONE
Upload Files
File: /data0/brighttherapyllc.com/.trash/salute/templates/post/meta/tags.php
<?php
	$tags = get_the_tags();

	if ( $tags ) : ?>
		<div class="the-tags vamtam-meta-tax">
			<?php the_tags( '<strong class="' . ( is_single() ? '' : 'visuallyhidden' ) . '">' . esc_html__( 'Tags:', 'salute' ) . '</strong> ', ', ', '' ); ?>
		</div>
<?php
	endif;