HEX
Server: LiteSpeed
System: Linux l24.yourwebhosting.net 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User: turkishi (1582)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //proc/thread-self/cwd/wp-content/themes/kidzieo/theme-parts/post-bottom-meta.php
<?php
/**
 * Template part for displaying post meta
 *
 * @link https://codex.wordpress.org/Template_Hierarchy
 *
 * @package WordPress
 * @subpackage Kidzieo
 * @since 1.0
 * @version 1.0
 */
?>
<?php if ( is_singular('post') && has_tag() ) { ?>
	<div class="pbmit-blog-meta pbmit-blog-meta-bottom">
		<?php if( has_tag() ) : ?>
		<div class="pbmit-blog-meta-bottom-left">
			<?php echo pbmit_esc_kses( pbmit_meta_tag('') ); // Tag Meta ?>
		</div>
		<?php endif; ?>
	</div>
<?php } ?>