HEX
Server: Apache
System: Linux host17.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
User: shrsglobal (7178)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //home/shrsglobal/www/wp-content/plugins/astra-addon/addons/lifterlms/templates/header.php
<?php
/**
 * WooCommerce - Header Template
 *
 * @package Astra Addon
 */

?>
<header itemtype="https://schema.org/WPHeader" itemscope="itemscope" id="masthead" <?php astra_header_classes(); ?>>
<?php do_action( 'astra_woo_checkout_masthead_top' ); ?>
	<div class="main-header-bar-wrap">
		<div class="main-header-bar">
			<?php do_action( 'astra_woo_checkout_main_header_bar_top' ); ?>
			<div class="ast-container">
				<div class="ast-flex main-header-container">
					<div class="site-branding">
						<div class="ast-site-identity" itemscope="itemscope" itemtype="https://schema.org/Organization">
							<?php astra_logo(); ?>
						</div>
					</div>
					<?php
					if ( ! is_llms_checkout() ) :
						ASTRA_Ext_LifterLMS_Markup::astra_header_lifterlms();
					endif;
					?>
				</div><!-- Main Header Container -->
			</div><!-- ast-row -->
			<?php do_action( 'astra_woo_checkout_main_header_bar_bottom' ); ?>
		</div> <!-- Main Header Bar -->
	</div> <!-- Main Header Bar Wrap -->
<?php do_action( 'astra_woo_checkout_masthead_bottom' ); ?>
</header><!-- #masthead -->