コード例 #1
0
ファイル: header.php プロジェクト: stedy67/Compass
 * @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
ファイル: hooks.php プロジェクト: TwoBeers/fastfood
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
ファイル: hooks.php プロジェクト: TwoBeers/shiword
/**
 * the <head> section
 */
function shiword_hook_head_top()
{
    tha_head_top();
    do_action('shiword_hook_head_top');
}