HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/xedaptot.vn/wp-content/themes/tokoo/header-v1.php
<?php
/**
 * The header v1 for Tokoo.
 *
 * @package tokoo
 */
?><!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">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">

<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div class="off-canvas-wrapper">
<div id="page" class="hfeed site">
    <?php
    /**
     * 
     */
    do_action( 'tokoo_before_header_v1' ); ?>
   
    <header class="site-header header-v1">
        <div class="<?php echo tokoo_has_handheld_header() ? 'desktop-only' : ''; ?>">
            <?php
            /**
             * 
             */
            do_action( 'tokoo_header_v1' ); ?>
        </div>

        <?php
        /**
         * @hooked tokoo_off_canvas_nav - 10
         * @hooked tokoo_header_logo - 20
         * @hooked tokoo_handheld_header_links - 30
         */
        do_action( 'tokoo_after_header' ); ?>
    
    </header><!-- #masthead -->
    
    <div id="content" class="site-content" tabindex="-1">
        <div class="container">
            <?php 
            /**
             * 
             */
            do_action( 'tokoo_before_site_content' ); ?>
            <div class="site-content-inner">