PluginProbe
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar / trunk
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar vtrunk
3.3.1 3.3.0 3.2.14 3.2.13 3.2.12 3.2.11 3.2.10 3.2.9 3.2.8 3.2.7 trunk 0.2.5.5 0.2.5.6 0.2.5.7 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.2.1 All 156 releases
← All changes | includes/Types/Popup.php +5 -1 3.2.11trunk View file →
@@ -27,9 +27,13 @@
27 27 public $themes = [];
28 28 public $module = [];
29 29 public $default_source = 'popup_notification';
30 30 public $id = 'popup';
31 - public $default_theme = 'popup_theme-one';
31 + // Theme keys are prefixed with the source id ('popup_notification_'), so the
32 + // default theme must be the fully-prefixed key. 'popup_theme-one' matched no
33 + // registered theme, leaving the initial theme invalid and breaking default
34 + // application for rules-gated fields (subtitle / coupon code).
35 + public $default_theme = 'popup_notification_theme-one';
32 36 public $link_type = 'popup_url';
33 37
34 38 /**
35 39 * Initially Invoked when initialized.