HEX
Server: LiteSpeed
System: Linux premium221.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: madepabj (2566)
PHP: 8.3.26
Disabled: NONE
Upload Files
File: //home/madepabj/gamepointpk.com/wp-content/themes/groovy/partials/meta-info.php
<!-- start: .meta -->
<div class="meta">

    <?php if( epcl_get_option('enable_global_date') !== '0' ): ?>
        <time class="meta-info" datetime="<?php the_time('Y-m-d'); ?>"><?php the_time( get_option('date_format') ); ?></time>  
    <?php endif; ?>

    <?php
        if( function_exists('epcl_render_reading_time') ){
            epcl_render_reading_time();
        }  
    ?>  

    <?php if( is_sticky() ): ?>
        <span class="sticky-icon meta-info icon" title="<?php esc_attr_e('Featured', 'groovy'); ?>"><svg class="icon main-color"><use xlink:href="#star-icon"></use></svg></span>
    <?php endif; ?>
    
    <div class="clear"></div>
</div>
<!-- end: .meta -->