Footer.
*/
if ( $is_footer && cuisine_palace_get_theme_mod( 'cuisine_palace_theme_options', 'cuisine_palace_theme_options_footer', 'display_site_logo' ) ) {
cuisine_palace_get_site_logo();
}
if ( $is_footer && cuisine_palace_get_theme_mod( 'cuisine_palace_theme_options', 'cuisine_palace_theme_options_footer', 'display_site_title' ) ) {
cuisine_palace_get_site_branding( true );
}
if ( ! $is_footer ) {
cuisine_palace_get_site_branding();
}
?>
%s', esc_html( get_bloginfo( 'description' ) ) ) : '';
if ( ! $site_title && ! $tagline ) {
return;
}
?>