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/public_html/wp-content/themes/rehub-theme/amp/title-section.php
<?php if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}?>
<header class="amp-rh-article-header">
<?php $this->load_parts( array( 'rehub-amp-header-before-title' ) ); ?>	
<?php echo rh_expired_or_not($this->ID, 'span');?><h1 class="amp-rh-title rehub-main-font"><?php echo wp_kses_data( $this->get( 'post_title' ) ); ?></h1>		
<?php $this->load_parts( apply_filters( 'amp_post_article_header_meta', array( 'rehub-amp-header-meta' ) ) ); ?>
</header>

<?php if(rehub_option('amp_custom_in_header')):?>
	<div class="amp-wp-article-content">
		<?php echo do_shortcode(rehub_option('amp_custom_in_header')); // amphtml content;  ?>
	</div>
	<div class="clearfix"></div>	
<?php endif;?>