Skip to content

Commit 7c028dd

Browse files
committed
Remove www from the domain
1 parent 961e244 commit 7c028dd

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.gravityapi.com/wp-content/plugins/gravitymanager';
367+
$gravity_manager_url = defined( 'GRAVITY_MANAGER_URL' ) && GRAVITY_MANAGER_URL ? GRAVITY_MANAGER_URL : 'https://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)