Example #1
0
    }
    ?>
			<?php 
    echo $header_bar_menu;
    ?>
		</div>
	</div>
	<?php 
}
?>
	<div class="site-header-main">
		<div class="container">
			<div class="site-branding">
				<?php 
// Logo
if (ttfmake_get_logo()->has_logo()) {
    ?>
				<div class="custom-logo">
					<a href="<?php 
    echo esc_url(home_url('/'));
    ?>
" rel="home"></a>
				</div>
				<?php 
}
?>
				<?php 
// Site title
if (get_bloginfo('name')) {
    ?>
				<h1 class="site-title<?php 
Example #2
0
File: logo.php Project: fovoc/make
 /**
  * Refresh the logo cache after the customizer is saved.
  *
  * @since  1.0.0.
  *
  * @param  object    $wp_customize    The customizer object.
  * @return void
  */
 function ttfmake_refresh_logo_cache($wp_customize)
 {
     ttfmake_get_logo()->get_logo_information(true);
 }