<?

function header_v1(){
    $custom_logo_id = get_theme_mod( 'custom_logo' );
    if(!empty($custom_logo_id)) {
        $image = wp_get_attachment_image_src( $custom_logo_id , 'full' );
        $url = $image[0];
    }
    ?>
    <div class="header_v1 header">
        <div class="wrapper">
            <div class="logo_section">
                <?
                if(empty($url)) {
                    ?>
                    <span class="logo">H</span>
                    <?
                } else {
                    ?>
                    <img src="" class="logo">
                    <?
                }
                ?>
            </div>
            <div class="menu_section">
                
            </div>
        </div>
    </div>
    <?
}
add_shortcode("header_v1", "header_v1");

?><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://dehylper.nl/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://dehylper.nl/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://dehylper.nl/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://dehylper.nl/wp-sitemap-taxonomies-category-1.xml</loc></sitemap></sitemapindex>
