HEX
Server: LiteSpeed
System: Linux premium267.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: predezso (1249)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/predezso/alwaysgaia.com/wp-content/themes/vilva/header.php
<?php
/**
 * The header for our theme
 *
 * This is the template that displays all of the <head> section and everything up until <div id="content">
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Vilva
 */
    /**
     * Doctype Hook
     * 
     * @hooked vilva_doctype
    */
    do_action( 'vilva_doctype' );
?>
<head itemscope itemtype="http://schema.org/WebSite">
	<?php 
    /**
     * Before wp_head
     * 
     * @hooked vilva_head
    */
    do_action( 'vilva_before_wp_head' );
    
    wp_head(); ?>
</head>

<body <?php body_class(); ?> itemscope itemtype="http://schema.org/WebPage">

<?php
    wp_body_open();
    
    /**
     * Before Header
     * 
     * @hooked vilva_page_start - 20 
    */
    do_action( 'vilva_before_header' );
    
    /**
     * Header
     * 
     * @hooked vilva_header           - 20     
    */
    do_action( 'vilva_header' );
    
    /**
     * Before Content
     * 
     * @hooked vilva_banner             - 15
     * @hooked vilva_featured_area      - 20
     * @hooked vilva_top_bar            - 30
    */
    do_action( 'vilva_after_header' );
    
    /**
     * Content
     * 
     * @hooked vilva_content_start
    */
    do_action( 'vilva_content' );