| @@ -39,9 +39,9 @@ | ||
| 39 | 39 | <div class="mask-2"></div> |
| 40 | 40 | <div class="mask-3"></div> |
| 41 | 41 | </div> |
| 42 | 42 | <h3><?php esc_html_e('To unlock more features consider upgrading to PRO', 'fluentform') ?></h3> |
| 43 | - <a target="_blank" rel="nofollow" class="el-button ff_upgrade_btn_large" href="https://fluentforms.com/pricing/?utm_source=plugin&utm_medium=wp_install&utm_campaign=ff_upgrade&theme_style=kadence"><?php esc_html_e('Upgrade to Pro', 'fluentform'); ?></a> | |
| 43 | + <a target="_blank" rel="nofollow" class="el-button ff_upgrade_btn_large" href="<?php echo esc_url(fluentform_upgrade_url('settings_support')); ?>"><?php esc_html_e('Upgrade to Pro', 'fluentform'); ?></a> | |
| 44 | 44 | </div> |
| 45 | 45 | </div><!-- .el-col --> |
| 46 | 46 | <?php endif; ?> |
| 47 | 47 | |