HEX
Server: LiteSpeed
System: Linux bq-e808 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64
User: memecom (1010)
PHP: 8.2.27
Disabled: NONE
Upload Files
File: /home/memecom/domains/me3me.com/public_html/wp-content/themes/hubfolio/single.php
<?php 

get_header(); 

	if ( ! class_exists('\ThemescampPlugin\ThemescampPlugin') ) { 

		echo '<!-- TCG post theme -->';
		get_template_part('template-parts/content','post'); 

	}  else{

		echo '<!-- TCG post core -->';
		do_action( "themescamp_singular" );

	}

get_footer(); ?>