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/categories.php
<?php

$categories_list = get_the_category_list( ', ' );

if ( $categories_list ) :
?>
	<div class="vamtam-meta-tax the-categories">
		<span class="visuallyhidden">
			<?php esc_html_e( 'Category', 'salute' ) ?>
		</span><?php the_category( ', ' ) // this is purely because Theme Check has no ability to see that a var's value comes from a core function ?>
	</div>
<?php
endif;