
<script>
jQuery(document).ready(function($){

    $('#sponsor_id').on('keyup', function(){

        var sponsor = $(this).val();

        if(sponsor.length < 3) return;

        $.ajax({
            url: "https://kbcbazar.orrg.in/wp-admin/admin-ajax.php",
            type: "POST",
            data: {
                action: "get_sponsor_name",
                sponsor_id: sponsor
            },
            success: function(response){
                $('#sponsor_name').html(response);
            }
        });

    });

});


</script>

?>


<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://kbcbazar.orrg.in/sitemap-stylesheet.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://kbcbazar.orrg.in/post-type-page-sitemap-1.xml</loc>
    <lastmod>2026-04-01T11:49:50+05:30</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://kbcbazar.orrg.in/post-type-post-sitemap-1.xml</loc>
    <lastmod>2026-04-01T11:49:50+05:30</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://kbcbazar.orrg.in/post-type-product-sitemap-1.xml</loc>
    <lastmod>2026-04-01T11:49:50+05:30</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://kbcbazar.orrg.in/taxonomy-type-category-sitemap-1.xml</loc>
    <lastmod>2026-04-01T11:49:50+05:30</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://kbcbazar.orrg.in/taxonomy-type-product_cat-sitemap-1.xml</loc>
    <lastmod>2026-04-01T11:49:50+05:30</lastmod>
  </sitemap>
</sitemapindex>
