diff --git a/includes/class-wc-geolocation.php b/includes/class-wc-geolocation.php index a9c7deada96..8c708426491 100644 --- a/includes/class-wc-geolocation.php +++ b/includes/class-wc-geolocation.php @@ -116,6 +116,7 @@ class WC_Geolocation { /** * Geolocate an IP address. * @param string $ip_address + * @param bool $fallback * @return array */ public static function geolocate_ip( $ip_address = '', $fallback = true ) {