We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961e244 commit 7c028ddCopy full SHA for 7c028dd
includes/class-gf-cli-root.php
@@ -364,7 +364,7 @@ private function get_key() {
364
365
private function get_plugin_info( $slug, $key = '' ) {
366
367
- $gravity_manager_url = defined( 'GRAVITY_MANAGER_URL' ) && GRAVITY_MANAGER_URL ? GRAVITY_MANAGER_URL : 'https://www.gravityapi.com/wp-content/plugins/gravitymanager';
+ $gravity_manager_url = defined( 'GRAVITY_MANAGER_URL' ) && GRAVITY_MANAGER_URL ? GRAVITY_MANAGER_URL : 'https://gravityapi.com/wp-content/plugins/gravitymanager';
368
369
$url = $gravity_manager_url . "/api.php?op=get_plugin&slug={$slug}&key={$key}";
370
$options = array(
0 commit comments