PluginProbe
Post Grid Gutenberg Blocks – PostX / 2.2.5
Post Grid Gutenberg Blocks – PostX v2.2.5
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 2.1.2 All 237 releases
← All changes | classes/options/Addons.php +1 -1 2.1.12.2.5 View file →
@@ -49,9 +49,9 @@
49 49 echo '<div class="ultp-addons-desc">'.$val['desc'].'</div>';
50 50 echo '</div>';
51 51 if( $val['is_pro'] && !defined('ULTP_PRO_VER') ){
52 52 echo '<div class="ultp-addons-btn">';
53 - echo '<a class="ultp-btn ultp-btn-default" target="_blank" href="https://www.wpxpo.com/gutenberg-post-blocks/?utm_campaign=go_premium">'.__("Get Pro", "ultimate-post").'</a>';
53 + echo '<a class="ultp-btn ultp-btn-default" target="_blank" href="'.ultimate_post()->get_premium_link().'">'.__("Get Pro", "ultimate-post").'</a>';
54 54 echo '</div>';
55 55 } else {
56 56 echo '<div class="ultp-addons-btn">';
57 57 echo '<label class="ultp-switch">';