probablyUpdateDatabase() probablyUpdateDatabase() If we need to update the location database (scheduled), let's do this.
updateDatabase() updateDatabase(boolean $force = false): true|\WP_Error Update the IP database and persist to our own database. Parameters boolean $force Skip isActive check and download immediate Returns true|\WP_Error
getCountries() getCountries(): array<mixed,string> Get the list of countries where the banner should be shown (ISO 3166-1 alpha2). Returns array<mixed,string>
getType() getType(): string Get the type for the Country Bypass. Can be `all` or `essentials` (see class constants). Returns string
getDatabaseDownloadTime() getDatabaseDownloadTime(): string|null Check when the database got downloaded at latest. Returns string|null