HEX
Server: nginx/1.26.1
System: Linux main-vm 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
User: root (0)
PHP: 8.2.19
Disabled: NONE
Upload Files
File: /var/www/bellecouture/wp-content/themes/yena/header.php
<?php
/**
 * The Header for our theme.
 *
 * @package Yena WordPress theme
 */
if ( ! defined( 'ABSPATH' ) ) {
    exit; // Exit if accessed directly
}
?><!DOCTYPE html>
<html <?php language_attributes(); ?><?php yena_schema_markup( 'html' ); ?>>
<head>
    <meta charset="<?php bloginfo( 'charset' ); ?>">
    <link rel="profile" href="//gmpg.org/xfn/11">
    <?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>

<?php do_action('yena/action/before_outer_wrap'); ?>

<div id="outer-wrap" class="site">

    <?php do_action('yena/action/before_wrap'); ?>

    <div id="wrap">
        <?php

            do_action('yena/action/before_header');

            do_action('yena/action/header');

            do_action('yena/action/after_header');

        ?>

        <?php do_action('yena/action/before_main'); ?>

        <main id="main" class="site-main"<?php yena_schema_markup('main') ?>>
            <?php

                do_action('yena/action/before_page_header');

                do_action('yena/action/page_header');

                do_action('yena/action/after_page_header');