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/pausfood/wp-content/themes/frutin/header.php
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
    <meta charset="<?php bloginfo('charset'); ?>">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <?php wp_head();?>
</head>
<body <?php body_class(); ?>>

<?php
    wp_body_open();

    /**
    *
    * Preloader
    *
    * Hook frutin_preloader_wrap
    *
    * @Hooked frutin_preloader_wrap_cb 10
    *
    */
    do_action( 'frutin_preloader_wrap' );

    /**
    *
    * frutin header
    *
    * Hook frutin_header
    *
    * @Hooked frutin_header_cb 10
    *
    */
    do_action( 'frutin_header' );