Tweak missing fallback param in geolocate_ip
This commit is contained in:
parent
976f83c5be
commit
70496e5864
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue