<!DOCTYPE html> <?php echo Atbs_Header::bk_get_theme_head_tag();?> <body <?php body_class(); ?>> <?php $darkModeClass = Atbs_Core::bk_get_darkmode_class(); if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); } ?> <div class="site-wrapper<?php echo esc_attr( $darkModeClass ); ?> <?php echo Atbs_Header::atbs_get_header_class();?>"> <?php if ( ! is_404() ) { $bkHeaderType = Atbs_Core::bk_get_theme_option( 'bk-header-type' ); Atbs_Header::atbs_get_header( $bkHeaderType ); } ?>