Skip to content

Commit dbfab17

Browse files
authored
Merge pull request #16 from webacetechs/master
Redirect upgrade path directly to weFormsPro.com in Form Editor UI
2 parents 51da743 + 481d305 commit dbfab17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/admin/class-form-builder-assets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function builder_enqueue_scripts() {
124124
* @return string
125125
*/
126126
public static function get_pro_url() {
127-
$link = 'https://wedevs.com/weforms-upgrade/';
127+
$link = 'https://weformspro.com/';
128128

129129
if ( $aff = get_option( '_weforms_aff_ref' ) ) {
130130
$link = add_query_arg( [ 'ref' => $aff ], $link );

0 commit comments

Comments
 (0)