| @@ -125,9 +125,8 @@ | ||
| 125 | 125 | 'urls' => [ |
| 126 | 126 | 'dashboard' => admin_url(), |
| 127 | 127 | 'editor' => admin_url( 'edit.php?post_type=elementor_library' ), |
| 128 | 128 | 'connect' => $this->get_connect_url(), |
| 129 | - 'signUp' => $this->get_connect_url( 'signup' ), | |
| 130 | 129 | 'comparePlans' => 'https://go.elementor.com/go-pro-onboarding-editor-features-step-upgrade/', |
| 131 | 130 | 'createNewPage' => Plugin::$instance->documents->get_create_new_post_url(), |
| 132 | 131 | 'upgradeUrl' => 'https://go.elementor.com/go-pro-onboarding-editor-header-upgrade/', |
| 133 | 132 | ], |
| @@ -158,9 +157,9 @@ | ||
| 158 | 157 | |
| 159 | 158 | return $library ? $library->is_connected() : false; |
| 160 | 159 | } |
| 161 | 160 | |
| 162 | - private function get_connect_url( string $screen_hint = '' ): string { | |
| 161 | + private function get_connect_url(): string { | |
| 163 | 162 | $library = $this->get_library_app(); |
| 164 | 163 | |
| 165 | 164 | if ( ! $library ) { |
| 166 | 165 | return ''; |
| @@ -171,9 +170,8 @@ | ||
| 171 | 170 | 'utm_campaign' => 'connect-account', |
| 172 | 171 | 'utm_medium' => 'wp-dash', |
| 173 | 172 | 'utm_term' => self::VERSION, |
| 174 | 173 | 'source' => 'generic', |
| 175 | - 'screen_hint' => $screen_hint, | |
| 176 | 174 | ] ) ?? ''; |
| 177 | 175 | } |
| 178 | 176 | |
| 179 | 177 | private function get_library_app() { |