Example #1
0
	<?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">
Example #2
0
function fastfood_hook_footer_top()
{
    tha_footer_top();
    do_action('fastfood_hook_footer_top');
}
Example #3
0
function wallow_hook_footer_top()
{
    tha_footer_top();
    do_action('wallow_hook_footer_top');
}
Example #4
0
/**
 * Highwind footer action
 * @since 1.0
 */
function highwind_footer()
{
    tha_footer_top();
    do_action('highwind_footer');
    tha_footer_bottom();
}
Example #5
0
/**
 * Just after opening <div id="footer">
 *
 * @see footer.php
 */
function responsive_footer_top()
{
    do_action('responsive_footer_top');
    tha_footer_top();
}
Example #6
0
function shiword_hook_footer_top()
{
    tha_footer_top();
    do_action('shiword_hook_footer_top');
}