HEX
Server: Apache
System: Linux webm004.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: grainesdfo (155059)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/grainesdfo/www/wp-content/themes/jupiterx/lib/templates/structure/header-partial.php
<?php
/**
 * Since WordPress force us to use the header.php name to open the document, we add a header-partial.php template for the actual header.
 *
 * @package JupiterX\Framework\Templates\Structure
 *
 * @since   1.0.0
 */

jupiterx_open_markup_e(
	'jupiterx_header',
	'header',
	[
		'class'                 => jupiterx_get_header_class(),
		'data-jupiterx-settings' => jupiterx_get_header_settings(),
		'role'                  => 'banner',
		'itemscope'             => 'itemscope',
		'itemtype'              => 'http://schema.org/WPHeader',
	]
);
	// Support Elementor theme location.
	if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'header' ) ) {
		/**
		 * Fires in the header.
		 *
		 * @since 1.0.0
		 */
		do_action( 'jupiterx_header' . jupiterx_get_field_mod( 'jupiterx_header_type', 'global' ) );
	}

jupiterx_close_markup_e( 'jupiterx_header', 'header' );