PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 2.7.0
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v2.7.0
2.7.0 2.6.0 trunk 1.1.0 1.1.4 1.2.1 1.2.2 1.2.3 1.2.5 1.2.9 1.3.1 1.3.2 1.5.0 1.5.1 1.5.4 1.5.7 1.5.8 1.5.9 1.6.2 1.6.5 1.6.8 1.7.2 1.7.4 1.7.5 1.7.9 All 43 releases
← All changes | includes/admin/notices/partner-theme-offer.php +9 -3 1.7.92.7.0 View file →
@@ -19,8 +19,16 @@
19 19 */
20 20 public $key = 'sellkit-partners-theme-offer';
21 21
22 22 /**
23 + * Notice url.
24 + *
25 + * @since 1.8.6
26 + * @var string
27 + */
28 + public $url = 'https://getsellkit.com/pricing/?coupon=promo_1NjxuCCrEq1rXLl9SD1SsLXM&utm_source=PhloxThemeWPAdminTopUpgradeBar&utm_medium=PartnerThemeWPAdmin';
29 +
30 + /**
23 31 * Class construct.
24 32 *
25 33 * @since 1.7.9
26 34 */
@@ -26,10 +34,8 @@
26 34 */
27 35 public function __construct() {
28 36 parent::__construct();
29 37
30 - $this->url = 'https://getsellkit.com/pricing/?coupon=promo_1NjxuCCrEq1rXLl9SD1SsLXM&utm_source=PhloxThemeWPAdminTopUpgradeBar&utm_medium=PartnerThemeWPAdmin';
31 -
32 38 if ( 'Bridge' === $this->active_theme ) {
33 39 $this->url = 'https://getsellkit.com/pricing/?coupon=promo_1NjxuCCrEq1rXLl9SD1SsLXM&utm_source=BridgeThemeWPAdminTopUpgradeBar&utm_medium=PartnerThemeWPAdmin';
34 40 }
35 41 }
@@ -152,9 +158,9 @@
152 158 <p class="offer-text">
153 159 <?php
154 160 echo '50% ';
155 161 /* translators: %s Theme name. */
156 - echo sprintf( esc_html__( 'OFF for %s users', 'sellkit' ), $this->active_theme );
162 + echo sprintf( esc_html__( 'OFF for %s users', 'sellkit' ), esc_html( $this->active_theme ) );
157 163 ?>
158 164 </p>
159 165 </div>
160 166 </a>