File: /var/www/vcstore.viitorcloud.co/wp-content/themes/buzzstore/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 Buzz_Store
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?> <?php buzzstore_html_tag_schema(); ?> >
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,900&display=swap" rel="stylesheet">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?> data-scrolling-animations="true">
<div id="page" class="site">
<?php
/**
* @see buzzstore_skip_links() - 5
*/
do_action( 'buzzstore_header_before' );
/**
* @see buzzstore_top_header() - 15
* @see buzzstore_main_header() - 20
*/
do_action( 'buzzstore_header' );
do_action( 'buzzstore_header_after' );
?>