add_filter('seopress_sitemaps_max_posts_per_sitemap', 'sp_custom_sitemap_limit'); function sp_custom_sitemap_limit() { return 200; // This changes the batch size from 1000 to 200 }