| Server IP : 5.129.245.98 / Your IP : 216.73.216.246 Web Server : Apache/2.4.66 (Debian) System : Linux 1b8c17c336b9 6.8.0-111-generic #111-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:16:02 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/html/wp-content/themes/rehub-theme/amp/ |
Upload File : |
<?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;?>