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.
2 parents 51da743 + 481d305 commit dbfab17Copy full SHA for dbfab17
includes/admin/class-form-builder-assets.php
@@ -124,7 +124,7 @@ public function builder_enqueue_scripts() {
124
* @return string
125
*/
126
public static function get_pro_url() {
127
- $link = 'https://wedevs.com/weforms-upgrade/';
+ $link = 'https://weformspro.com/';
128
129
if ( $aff = get_option( '_weforms_aff_ref' ) ) {
130
$link = add_query_arg( [ 'ref' => $aff ], $link );
0 commit comments