<?


// Before VC Init
add_action( 'vc_before_init', 'vc_before_init_actions' );
 
function vc_before_init_actions() {
 
    // Require new custom Element
}

// Link components
function kea_init_theme() {
        require( get_stylesheet_directory() . '/inc/components/employees/director.php');
        require( get_stylesheet_directory() . '/inc/components/customMailer/director.php');
}
add_action( 'init', 'kea_init_theme' );


// Add SVG acceptance
function add_file_types_to_uploads($file_types){
        $new_filetypes = array();
        $new_filetypes['svg'] = 'image/svg+xml';
        $file_types = array_merge($file_types, $new_filetypes );
        return $file_types;
        }

        add_action('upload_mimes', 'add_file_types_to_uploads');


?><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.huisbergh.nl/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.huisbergh.nl/page-sitemap.xml</loc>
		<lastmod>2026-03-23T10:15:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.huisbergh.nl/attachment-sitemap.xml</loc>
		<lastmod>2026-03-30T12:02:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.huisbergh.nl/attachment-sitemap2.xml</loc>
		<lastmod>2026-03-30T12:02:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.huisbergh.nl/nieuws-sitemap.xml</loc>
		<lastmod>2026-03-30T12:08:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.huisbergh.nl/renovatie-sitemap.xml</loc>
		<lastmod>2026-01-07T14:36:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.huisbergh.nl/activiteiten-sitemap.xml</loc>
		<lastmod>2026-03-31T13:32:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.huisbergh.nl/slides_category-sitemap.xml</loc>
		<lastmod>2023-08-17T16:58:30+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.huisbergh.nl/carousels_category-sitemap.xml</loc>
		<lastmod>2023-12-19T11:13:28+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.huisbergh.nl/nieuws_categorie-sitemap.xml</loc>
		<lastmod>2026-03-30T12:08:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.huisbergh.nl/renovatie_categorie-sitemap.xml</loc>
		<lastmod>2026-01-07T14:36:14+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->