Last updated July 11, 2026, Version 0.34
Filter the wall-clock budget (in seconds) for a single OSM render() call. When the deadline is exceeded mid-loop, remaining tiles are skipped and the gray background shows through.
Auto-generated Example
add_filter(
'gatherpress_venue_map_composite_time_budget',
function( GatherPress\float $budget ) {
// Your code here.
return $budget;
}
);
Parameters
GatherPress\float$budgetDefault budget from COMPOSITE_TIME_BUDGET.
Files
apply_filters(
'gatherpress_venue_map_composite_time_budget',
self::COMPOSITE_TIME_BUDGET
)