PATH:
home
/
pallya5
/
swiftcleaningng.com
/
wp-content
/
themes
/
mmvfd400
/
inc
/
header
/
templates
<?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>
[-] header-content.php
[edit]
[-] header.php
[edit]
[+]
..
[+]
parts