PluginProbe
Post Grid Gutenberg Blocks – PostX / 2.2.5
Post Grid Gutenberg Blocks – PostX v2.2.5
5.0.41 5.0.39 5.0.38 5.0.37 5.0.36 5.0.35 5.0.34 5.0.33 5.0.32 5.0.31 5.0.30 5.0.29 5.0.28 5.0.27 5.0.26 5.0.25 5.0.23 5.0.24 5.0.22 5.0.21 5.0.20 5.0.19 5.0.18 5.0.17 2.1.1 All 238 releases
← All changes | classes/options/Features.php +3 -3 2.1.12.2.5 View file →
@@ -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