示例#1
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 
hybrid_attr('body');
?>
>

	<?php 
tha_body_top();
?>

	<div id="site-container" class="site-container">
示例#2
0
function fastfood_hook_head_top()
{
    tha_head_top();
    do_action('fastfood_hook_head_top');
}
示例#3
0
/**
 * Highwind head top action
 * @since 1.0
 */
function highwind_head_top()
{
    do_action('highwind_head_top');
    tha_head_top();
}
示例#4
0
文件: hooks.php 项目: TwoBeers/wallow
/**
 * the <head> section
 */
function wallow_hook_head_top()
{
    tha_head_top();
    do_action('wallow_hook_head_top');
}
示例#5
0
/**
 * the <head> section
 */
function shiword_hook_head_top()
{
    tha_head_top();
    do_action('shiword_hook_head_top');
}