HEX
Server: LiteSpeed
System: Linux srv271.doctorhoster.com 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: lcipakco (2751)
PHP: 8.3.32
Disabled: show_source, system, shell_exec, passthru, exec, popen, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, escapeshellcmd, apache_child_terminate, virtual, mb_send_mail, mail, eval, phpinfo
Upload Files
File: /mnt/home/lcipakco/public_html/wp-content/themes/convis/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 Convis
 */

use ConvisTheme\Classes\Convis_Helper as Helper;

?>
    <!DOCTYPE html>
<html <?php language_attributes(); ?>>
    <head>
        <meta charset="<?php bloginfo( 'charset' ); ?>">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="profile" href="https://gmpg.org/xfn/11">

		<?php wp_head(); ?>
    </head>

<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<div id="convis-page" class="convis-body-content">
    <?php
    if ( 'enabled' === Helper::get_option( 'site_preloader', 'enabled' ) ) {
        get_template_part( 'template-parts/preloader' );
    }

    if ( class_exists( 'Convis_Toolkit' ) ) {
        do_action( "convis_builder_before_main" );
    }

    if ( 'enabled' === Helper::check_default_header() ) {
        get_template_part( 'template-parts/header/header', 'default' );
    }
    ?>
    <main id="convis-content" class="convis-content-area">
        <?php get_template_part( 'template-parts/page-title' ); ?>