HEX
Server: LiteSpeed
System: Linux 110.webhostingindonesia.co.id 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: uvlnfyba (10197)
PHP: 7.4.33
Disabled: opcache_get_status,exec,passthru,shell_exec,system,popen,mail,proc_open,show_source,
Upload Files
File: /home/jkwebsite.my.id/data.jkwebsite.my.id/wp-content/themes/vandana-lite/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 Vandana_Lite
 */
    /**
     * Doctype Hook
     * 
     * @hooked vandana_lite_doctype
    */
    do_action( 'vandana_lite_doctype' );
?>
<head itemscope itemtype="https://schema.org/WebSite">
	<?php 
    /**
     * Before wp_head
     * 
     * @hooked vandana_lite_head
    */
    do_action( 'vandana_lite_before_wp_head' );
    
    wp_head(); ?>
</head>

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

<?php
    wp_body_open();
    
    /**
     * Before Header
     * 
     * @hooked vandana_lite_page_start - 20 
    */
    do_action( 'vandana_lite_before_header' );
    
    /**
     * Header
     * 
     * @hooked vandana_lite_sticky_bar - 10     
     * @hooked vandana_lite_header - 20     
    */
    do_action( 'vandana_lite_header' );

    
    /**
     * Content
     * 
     * @hooked vandana_lite_content_start
    */
    do_action( 'vandana_lite_content' );