Skip to content

Commit 7b2b51a

Browse files
authored
Merge pull request #156 from BoldGrid/issue-153
fixes #153
2 parents a32cc54 + a50cd55 commit 7b2b51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js-templates/spa-components.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@
10351035

10361036
<p><?php esc_html_e( 'Our EXPERT Support Team is always ready to Help you out.', 'weforms' ); ?></p>
10371037

1038-
<a target="_blank" class="button button-primary" href="https://weformspro.com/support/?utm_source=weforms-help-page&utm_medium=help-block&utm_campaign=need-assistance"><?php esc_html_e( 'Contact Support', 'weforms' ); ?></a>
1038+
<a target="_blank" class="button button-primary" href="<?php echo class_exists( 'WeForms_Pro' ) ? esc_url( 'https://weformspro.com/account/premium-support/' ) : esc_url( 'https://wordpress.org/support/plugin/weforms/' );?>"><?php esc_html_e( 'Contact Support', 'weforms' ); ?></a>
10391039
</div>
10401040

10411041
<div class="help-block">

0 commit comments

Comments
 (0)