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/Core/Ajax.php +27 -0 0.2.5.6trunk View file →
@@ -1,0 +1,27 @@
1 +<?php
2 +
3 +namespace NotificationX\Core;
4 +
5 +use NotificationX\GetInstance;
6 +
7 +/**
8 + * @method static Ajax get_instance($args = null)
9 + */
10 +class Ajax {
11 + /**
12 + * Instance of Ajax
13 + *
14 + * @var Ajax
15 + */
16 + use GetInstance;
17 +
18 + /**
19 + * Constructor.
20 + *
21 + */
22 + public function __construct() {
23 +
24 +
25 + }
26 +
27 +}