get_external_ip_address docblock

This commit is contained in:
Mike Jolley 2016-02-26 13:34:51 +00:00
parent 384db11839
commit e09613d7da
1 changed files with 3 additions and 1 deletions

View File

@ -84,7 +84,9 @@ class WC_Geolocation {
}
/**
* Get user IP Address using a service.
* Get user IP Address using an external service.
* This is used mainly as a fallback for users on localhost where
* get_ip_address() will be a local IP and non-geolocatable.
* @return string
*/
public static function get_external_ip_address() {