apply_filters( 'woocommerce_get_geolocation', array $geolocation , string $ip_address )
Get geolocation filter.
Description Description
Parameters Parameters
- $geolocation
-
Geolocation data, including country, state, city, and postcode.
- $ip_address
-
IP Address.
Source Source
File: includes/class-wc-geolocation.php
Changelog Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |