apply_filters( 'woocommerce_maxmind_geolocation_update_database_periodically', bool $bind_updater )
Allows for the automatic database update to be disabled.
Description Description
Note that MaxMind’s TOS requires that the databases be updated or removed periodically.
Parameters Parameters
- $bind_updater
-
Whether or not the database should be updated periodically.
Source Source
File: includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-geolocation.php
Changelog Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |