HEX
Server: LiteSpeed
System: Linux standart108 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: pplae2ji7 (11089)
PHP: 8.3.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/plasmak.com.tr/httpdocs/wp-content/plugins/kingcomposer/includes/single-section.php
<!DOCTYPE HTML>
<html <?php language_attributes(); ?>>
<head>
<?php
	wp_head();
?>
</head>
<body <?php body_class(); ?>>
	<div id="kc-section-display">
		<?php
		// Start the loop.
		while ( have_posts() ) : the_post();

		?>
		<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

			<div class="entry-content">
				<?php the_content(); ?>
			</div>
			
		</article>
		<?php	
			
		endwhile;
		?>
	</div>

	<?php wp_footer(); ?>

</body>
</html>