Last updated July 11, 2026, Version 0.34
Filter the venue-map prewarm content-scan batch size.
Auto-generated Example
add_filter(
'gatherpress_venue_map_prewarm_content_batch_size',
function( int $size ) {
// Your code here.
return $size;
}
);
Parameters
int$sizeNumber of posts loaded per batch during content scans.
Files
apply_filters(
'gatherpress_venue_map_prewarm_content_batch_size',
self::CONTENT_SCAN_BATCH_SIZE
)