Tribe__Events__Pro__Geo_Loc::clear_min_max_coords_cache()

Deletes the cached value for the min/max lat/lng.

Contents


Return

(bool) Indicates success.


Top ↑

Source

File: src/Tribe/Geo_Loc.php

	public function clear_min_max_coords_cache() {
		return delete_transient( self::ESTIMATION_CACHE_KEY );
	}