';
}
}
add_action( 'wp_head', 'belise_pingback_header' );
/**
* Return the site brand
*
* @since Belise 1.0
*/
function belise_brand() {
if ( function_exists( 'the_custom_logo' ) && has_custom_logo() ) {
the_custom_logo();
} else {
if ( is_customize_preview() ) { ?>