PluginProbe
Elementor Website Builder – more than just a page builder / 4.0.1
Elementor Website Builder – more than just a page builder v4.0.1
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | app/modules/onboarding/module.php +1 -3 4.2.0-dev24.0.1 View file →
@@ -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() {