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/woocommerce-settings.php +2 -2 1.1.42.7.0 View file →
@@ -26,11 +26,11 @@
26 26 */
27 27 public function __construct() {
28 28 parent::__construct();
29 29
30 - $this->content = esc_html__( 'Unlock more engagement and sales for your WooCommerce store with advanced checkout optimization, automated discounts and personalized promotions.', 'sellkit' );
30 + $this->content = esc_html__( 'Unlock more engagement and sales for your WooCommerce store with advanced checkout optimization, dynamic discounts and personalized promotions.', 'sellkit' );
31 31 $this->buttons = [
32 - 'https://getsellkit.com/pricing/?utm_source=plugin-promotion-woocommerce-main&utm_medium=wp-dashboard&utm_campaign=upgrade-to-pro' => esc_html__( 'Upgrade to SellKit Pro', 'sellkit' ),
32 + 'https://getsellkit.com/pricing/?utm_source=wp-dashboard&utm_campaign=gopro&utm_medium=' . $this->active_theme => esc_html__( 'Upgrade to SellKit Pro', 'sellkit' ),
33 33 ];
34 34 }
35 35
36 36 /**