コード例 #1
0
ファイル: hooks.php プロジェクト: TwoBeers/fastfood
function fastfood_hook_footer_before()
{
    tha_footer_before();
    do_action('fastfood_hook_footer_before');
}
コード例 #2
0
ファイル: footer.php プロジェクト: Aliot26/WP
	<?php 
$ap_options = get_option('ap_core_theme_options');
$ap_defaults = ap_core_get_theme_defaults();
?>

	</div>

	<?php 
tha_footer_before();
?>
	<footer class="row">
		<?php 
tha_footer_top();
?>
		<?php 
if (is_active_sidebar('left-footer-box')) {
    ?>
			<div class="col-sm-4" id="leftbox">
				<ul>
					<?php 
    dynamic_sidebar('left-footer-box');
    ?>
				</ul>
			</div>
		<?php 
}
?>
		<?php 
if (is_active_sidebar('center-footer-box')) {
    ?>
			<div class="col-sm-4" id="middlebox">
コード例 #3
0
ファイル: hooks.php プロジェクト: TwoBeers/wallow
/**
 * the footer section
 */
function wallow_hook_footer_before()
{
    tha_footer_before();
    do_action('wallow_hook_footer_before');
}
コード例 #4
0
/**
 * Highwind before footer wrapper action
 * @since 1.0
 */
function highwind_footer_before()
{
    do_action('highwind_footer_before');
    tha_footer_before();
}
コード例 #5
0
ファイル: hooks.php プロジェクト: dtekcth/datateknologer.se
/**
 * Just after closing </div><!-- end of #container -->
 *
 * @see footer.php
 */
function responsive_container_end()
{
    do_action('responsive_container_end');
    tha_footer_before();
}
コード例 #6
0
ファイル: hooks.php プロジェクト: TwoBeers/shiword
/**
 * the footer section
 */
function shiword_hook_footer_before()
{
    tha_footer_before();
    do_action('shiword_hook_footer_before');
}
コード例 #7
0
/**
 * Just after closing </div><!-- end of #container -->
 *
 * @see footer.php
 */
function responsive_mobile_container_bottom()
{
    do_action('responsive_mobile_container_end');
    do_action('responsive_mobile_container_bottom');
    tha_footer_before();
}