Server IP : 66.29.132.124 / Your IP : 3.139.235.100 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/diixadigital.com/wp-content/themes/meto/ |
Upload File : |
<?php /** * The header for our theme * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @package METO * @since 1.0 * @version 1.0 */ $options = meto_WSH()->option(); $allowed_html = wp_kses_allowed_html('post'); $icon_href = $options->get('image_favicon'); ?> <!DOCTYPE html> <html <?php language_attributes(); ?> class="no-js no-svg"> <head> <meta charset="<?php bloginfo('charset'); ?>"> <?php if (! function_exists('has_site_icon') || ! has_site_icon()): ?> <link rel="shortcut icon" href="<?php echo esc_url($icon_href['url']); ?>" type="image/x-icon"> <link rel="icon" href="<?php echo esc_url($icon_href['url']); ?>" type="image/x-icon"> <?php endif; ?> <!-- responsive meta --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- For IE --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <?php wp_head(); ?> <meta name="google-site-verification" content="KjLVfum-cPdsE4BOXFeyTa1ZGeMnQ8jauhxdkYBMhhY" /> </head> <body <?php body_class(); ?>> <?php if (! function_exists('wp_body_open')) { function wp_body_open() { do_action('wp_body_open'); } }?> <?php do_action('meto_main_header'); ?>