HEX
Server: Apache
System: Linux server.tanduk.space 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: coachou (1042)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /home/coachou/www/wp-content/themes/colormag/template-parts/header/header-main.php
<?php
/**
 * Main header markup file.
 *
 * @package ColorMag
 *
 * TODO: @since.
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

$header_image_position = get_theme_mod( 'colormag_header_media_position', 'position-two' );

if ( 'position-one' === $header_image_position ) {
	the_custom_header_markup();
}

	// Display the middle header bar.
	do_action( 'colormag_header_one' );

if ( 'position-two' === $header_image_position ) {
	the_custom_header_markup();
}

	// Display the below header bar.
	do_action( 'colormag_header_two' );