
/* V16.3.5 Dealer Scope Helper */
function bmc_get_users_by_dealer_scope($dealer_id){
    if(!$dealer_id) return array();
    return get_users(array(
        'number'=>500,
        'meta_key'=>'bmc_dealer_id',
        'meta_value'=>(string)$dealer_id,
        'orderby'=>'display_name',
        'order'=>'ASC'
    ));
}

<?xml version="1.0" encoding="UTF-8"?>
<!--generator='jetpack-15.7-beta'-->
<!--Jetpack_Sitemap_Buffer_Master_XMLWriter-->
<?xml-stylesheet type="text/xsl" href="//bidmycamper.de/sitemap-index.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <sitemap>
  <loc>https://bidmycamper.de/sitemap-1.xml</loc>
  <lastmod>2026-04-04T14:26:31Z</lastmod>
 </sitemap>
 <sitemap>
  <loc>https://bidmycamper.de/image-sitemap-1.xml</loc>
  <lastmod>2026-04-04T14:27:36Z</lastmod>
 </sitemap>
</sitemapindex>
