function bc_project_register_assets()
{
    wp_register_style(
        'swiper',
        'https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css',
        [],
        '11'
    );

    wp_register_script(
        'swiper',
        'https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js',
        [],
        '11',
        true
    );

    wp_register_style(
        'bc-project',
        get_stylesheet_directory_uri() . '/assets/css/project-list.css',
        ['swiper'],
        filemtime(get_stylesheet_directory() . '/assets/css/project-list.css')
    );

    wp_register_script(
        'bc-project',
        get_stylesheet_directory_uri() . '/assets/js/project-list.js',
        ['jquery', 'swiper'],
        filemtime(get_stylesheet_directory() . '/assets/js/project-list.js'),
        true
    );

    wp_localize_script(
        'bc-project',
        'bcProject',
        [
            'ajaxurl' => admin_url('admin-ajax.php'),
            'nonce'   => wp_create_nonce('bc_project_nonce')
        ]
    );
}

add_action('wp_enqueue_scripts', 'bc_project_register_assets');<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//buildingcare.biz/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://buildingcare.biz/post-sitemap.xml</loc>
		<lastmod>2026-07-24T08:06:13+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://buildingcare.biz/page-sitemap.xml</loc>
		<lastmod>2026-07-23T08:45:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://buildingcare.biz/blocks-sitemap.xml</loc>
		<lastmod>2026-06-04T03:09:29+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://buildingcare.biz/custom_post-sitemap.xml</loc>
		<lastmod>2026-07-24T07:30:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://buildingcare.biz/category-sitemap.xml</loc>
		<lastmod>2026-07-24T08:06:13+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://buildingcare.biz/post_tag-sitemap.xml</loc>
		<lastmod>2026-06-23T07:18:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://buildingcare.biz/custom_post_category-sitemap.xml</loc>
		<lastmod>2026-07-24T07:30:14+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->