HEX
Server: Apache
System: Linux cp4.skywebbox.com 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
User: alfouzantranspor (1054)
PHP: 8.3.23
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/alfouzantranspor/www/wp-content/themes/3gwxv2tk/inc/header/templates/header.php
<?php
// Hook to include additional content before page header
do_action( 'qi_action_before_page_header' );
?>
<header id="qodef-page-header" <?php qi_class_attribute( apply_filters( 'qi_filter_header_class', array() ) ); ?>>
	<?php
	// Hook to include additional content before page header inner
	do_action( 'qi_action_before_page_header_inner' );
	?>
	<div id="qodef-page-header-inner" <?php qi_class_attribute( apply_filters( 'qi_filter_header_inner_class', array(), 'default' ) ); ?>>
		<?php
		// Include module content template
		echo apply_filters( 'qi_filter_header_content_template', qi_get_template_part( 'header', 'templates/header-content' ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
		?>
	</div>
	<?php
	// Hook to include additional content after page header inner
	do_action( 'qi_action_after_page_header_inner' );
	?>
</header>