| @@ -59,9 +59,9 @@ | ||
| 59 | 59 | </div> |
| 60 | 60 | </div> |
| 61 | 61 | </div> |
| 62 | 62 | <div class="ultp-text-center"> |
| 63 | - <a class="ultp-btn ultp-btn-primary" target="_blank" href="https://www.wpxpo.com/gutenberg-post-blocks/all-features/?utm_campaign=go_premium"><?php esc_html_e('More Features', 'ultimate-post'); ?></a> | |
| 63 | + <a class="ultp-btn ultp-btn-primary" target="_blank" href="<?php echo ultimate_post()->get_premium_link(); ?>"><?php esc_html_e('More Features', 'ultimate-post'); ?></a> | |
| 64 | 64 | </div> |
| 65 | 65 | </div> |
| 66 | 66 | </div><!--/features--> |
| 67 | 67 | |
| @@ -116,9 +116,9 @@ | ||
| 116 | 116 | <td colspan="2">6</td> |
| 117 | 117 | <td colspan="2">25+</td> |
| 118 | 118 | </tr> |
| 119 | 119 | <tr> |
| 120 | - <td colspan="2"><?php _e('Advacned Quick Query', 'ultimate-post');?></td> | |
| 120 | + <td colspan="2"><?php _e('Advanced Quick Query', 'ultimate-post');?></td> | |
| 121 | 121 | <td colspan="2"><i class="dashicons dashicons-no-alt"></i></td> |
| 122 | 122 | <td colspan="2"><i class="dashicons dashicons-yes"></i></td> |
| 123 | 123 | </tr> |
| 124 | 124 | <tr> |
| @@ -139,9 +139,9 @@ | ||
| 139 | 139 | </tbody> |
| 140 | 140 | </table> |
| 141 | 141 | <div class="ultp-compare-button"> |
| 142 | 142 | <a class="ultp-btn ultp-btn-transparent" href="http://ultp.wpxpo.com/" target="_blank" rel="noopener noreferrer"><?php _e('Live Demo', 'ultimate-post'); ?></a> |
| 143 | - <a class="ultp-btn ultp-btn-primary" href="https://www.wpxpo.com/gutenberg-post-blocks/"><?php _e('Buy Now', 'ultimate-post'); ?></a> | |
| 143 | + <a class="ultp-btn ultp-btn-primary" href="<?php echo ultimate_post()->get_premium_link(); ?>"><?php _e('Buy Now', 'ultimate-post'); ?></a> | |
| 144 | 144 | </div> |
| 145 | 145 | </div> |
| 146 | 146 | </div><!--/compare--> |
| 147 | 147 | |