Skip to content

Commit

Permalink
Update link to HERE geo platform
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Dec 24, 2023
1 parent 0347053 commit 74c2865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/geo/class-geo-provider-here.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class Geo_Provider_Here extends Geo_Provider {
public function __construct( $args = array() ) {
$this->name = __( 'HERE', 'simple-location' );
$this->slug = 'here';
$this->url = 'https://developer.here.com/';
$this->description = __( 'HERE offers a free limited plan for up to 30,000 geocoding transactions per month', 'simple-location' );
$this->url = 'https://platform.here.com/';
$this->description = __( 'HERE offers a limited plan for up to 1,000 free transactions per month', 'simple-location' );
if ( ! isset( $args['api'] ) ) {
$args['api'] = get_option( 'sloc_here_api' );
}
Expand Down

0 comments on commit 74c2865

Please sign in to comment.