[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
astra-addon
/
addons
/
lifterlms
/
templates
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 footer.php
515 B
SET
[ EDIT ]
|
[ DEL ]
📄 header.php
1,076 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: 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(); } ?> </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 -->