示例#1
0
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
/**
 * Just after closing </div><!-- end of #container -->
 *
 * @see footer.php
 */
function responsive_container_end()
{
    do_action('responsive_container_end');
    tha_footer_before();
}
示例#6
0
/**
 * 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();
}