Пример #1
0
/**
 * Highwind before html action
 * @since 1.0
 */
function highwind_html_before()
{
    do_action('highwind_html_before');
    tha_html_before();
}
Пример #2
0
<?php

/**
 * The Header for our theme.
 *
 * @package     Compass
 * @subpackage  HybridCore
 * @copyright   Copyright (c) 2014, Flagship, LLC
 * @license     GPL-2.0+
 * @link        http://flagshipwp.com/
 * @since       1.0.0
 */
?>
<!DOCTYPE html>
<?php 
tha_html_before();
?>
<html <?php 
language_attributes('html');
?>
>

<head>
<?php 
tha_head_top();
wp_head();
tha_head_bottom();
?>
</head>

<body <?php 
Пример #3
0
/**
 * Just after opening <html> tag
 *
 * @see header.php
 */
function responsive_mobile_html_before()
{
    do_action('responsive_mobile_html_before');
    tha_html_before();
}