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/Admin/Admin.php +5 -0 3.2.13trunk View file →
@@ -419,8 +419,11 @@
419 419 self::$cache_bank->calculate_deposits( $notices );
420 420 }
421 421
422 422 public function plugin_usage_insights(){
423 + if ( null !== $this->insights ) {
424 + return $this->insights;
425 + }
423 426 $this->insights = PluginInsights::get_instance( NOTIFICATIONX_FILE, [
424 427 'opt_in' => true,
425 428 'goodbye_form' => true,
426 429 'item_id' => '6ba8d30bc0beaddb2540'
@@ -432,8 +435,10 @@
432 435 discount coupon. This data lets us make sure this plugin always stays compatible with the most
433 436 popular plugins and themes. No spam, I promise.', 'notificationx' ),
434 437 ));
435 438 $this->insights->init();
439 +
440 + return $this->insights;
436 441 }
437 442
438 443 /**
439 444 * Handle miscellaneous REST API actions