function fd_get_total_leads($user_id)
{
    global $wpdb;

    $businesses = get_posts(array(
        'post_type'=>'fd_business',
        'author'=>$user_id,
        'numberposts'=>-1,
        'fields'=>'ids'
    ));

    if(empty($businesses)){
        return 0;
    }

    $ids = implode(',', array_map('intval',$businesses));

    return (int)$wpdb->get_var(
        "SELECT COUNT(*)
        FROM {$wpdb->prefix}fd_business_leads
        WHERE business_id IN ($ids)"
    );
}<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.floordekho.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.floordekho.com/post-sitemap.xml</loc>
		<lastmod>2025-10-01T11:25:39+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.floordekho.com/page-sitemap.xml</loc>
		<lastmod>2026-07-02T15:25:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.floordekho.com/fts_builder-sitemap.xml</loc>
		<lastmod>2026-06-23T11:41:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.floordekho.com/property-sitemap.xml</loc>
		<lastmod>2026-06-30T14:28:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.floordekho.com/houzez_agent-sitemap.xml</loc>
		<lastmod>2026-06-26T11:15:49+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.floordekho.com/category-sitemap.xml</loc>
		<lastmod>2025-10-01T11:25:39+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->
<!-- This sitemap was originally generated in 0.021 second(s). (Memory usage: 620.37 KB) - 20 queries -->