File: /home/azamsportsacadem/public_html/wp-content/themes/pallikoodam/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php
if ( function_exists( 'wp_body_open' ) ) {
wp_body_open();
} ?>
<?php
/**
* pallikoodam_hook_top hook.
* pallikoodam_hook_top - 10
* pallikoodam_page_loader - 20
*/
do_action( 'pallikoodam_hook_top' );
?>
<!-- **Wrapper** -->
<div class="wrapper">
<!-- ** Inner Wrapper ** -->
<div class="inner-wrapper">
<?php
/**
* pallikoodam_hook_content_before hook.
*
*/
do_action( 'pallikoodam_hook_content_before' );
?>