Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/wp-content/themes/astra/template-parts/header/ |
Upload File : |
<?php /** * Template for Primary Header * * The header layout 2 for Astra Theme. ( No of sections - 1 [ Section 1 limit - 3 ) * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @see https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @link https://wpastra.com/ * @since Astra 1.0.0 */ ?> <div class="main-header-bar-wrap"> <div <?php echo wp_kses_post( astra_attr( 'main-header-bar' ) ); ?>> <?php astra_main_header_bar_top(); ?> <div class="ast-container"> <div class="ast-flex main-header-container"> <?php astra_masthead_content(); ?> </div><!-- Main Header Container --> </div><!-- ast-row --> <?php astra_main_header_bar_bottom(); ?> </div> <!-- Main Header Bar --> </div> <!-- Main Header Bar Wrap -->