Skip to content

Commit 3ae9837

Browse files
committed
Update Gravity API domain
1 parent 683969b commit 3ae9837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-gf-cli-root.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ private function get_key() {
364364

365365
private function get_plugin_info( $slug, $key = '' ) {
366366

367-
$gravity_manager_url = defined( 'GRAVITY_MANAGER_URL' ) && GRAVITY_MANAGER_URL ? GRAVITY_MANAGER_URL : 'https://www.gravityhelp.com/wp-content/plugins/gravitymanager';
367+
$gravity_manager_url = defined( 'GRAVITY_MANAGER_URL' ) && GRAVITY_MANAGER_URL ? GRAVITY_MANAGER_URL : 'https://www.gravityapi.com/wp-content/plugins/gravitymanager';
368368

369369
$url = $gravity_manager_url . "/api.php?op=get_plugin&slug={$slug}&key={$key}";
370370
$options = array(

0 commit comments

Comments
 (0)