45 lines
1.6 KiB
PHP
45 lines
1.6 KiB
PHP
<!DOCTYPE html>
|
|
<html <?php language_attributes(); ?>>
|
|
<head>
|
|
<?php
|
|
/**
|
|
* calla_elated_header_meta hook
|
|
*
|
|
* @see calla_elated_header_meta() - hooked with 10
|
|
* @see calla_elated_user_scalable_meta - hooked with 10
|
|
* @see calla_core_set_open_graph_meta - hooked with 10
|
|
*/
|
|
do_action( 'calla_elated_header_meta' );
|
|
|
|
wp_head(); ?>
|
|
</head>
|
|
<body <?php body_class(); ?> itemscope itemtype="http://schema.org/WebPage">
|
|
<!-- Google Tag Manager (noscript) -->
|
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T2JGKHVV"
|
|
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
<!-- End Google Tag Manager (noscript) -->
|
|
<?php
|
|
/**
|
|
* calla_elated_after_body_tag hook
|
|
*
|
|
* @see calla_elated_get_side_area() - hooked with 10
|
|
* @see calla_elated_smooth_page_transitions() - hooked with 10
|
|
*/
|
|
do_action( 'calla_elated_after_body_tag' ); ?>
|
|
|
|
<div class="eltdf-wrapper">
|
|
<div class="eltdf-wrapper-inner">
|
|
<?php
|
|
/**
|
|
* calla_elated_after_wrapper_inner hook
|
|
*
|
|
* @see calla_elated_get_header() - hooked with 10
|
|
* @see calla_elated_get_mobile_header() - hooked with 20
|
|
* @see calla_elated_back_to_top_button() - hooked with 30
|
|
* @see calla_elated_get_header_minimal_full_screen_menu() - hooked with 40
|
|
* @see calla_elated_get_header_bottom_navigation() - hooked with 40
|
|
*/
|
|
do_action( 'calla_elated_after_wrapper_inner' ); ?>
|
|
|
|
<div class="eltdf-content" <?php calla_elated_content_elem_style_attr(); ?>>
|
|
<div class="eltdf-content-inner">
|