# notificationx/3.2.11/includes/Core/Ajax.php

NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner &amp; Floating Notification Bar, version 3.2.11. 27 lines.

- Page: https://pluginprobe.com/plugins/notificationx/3.2.11/code/includes/Core/Ajax.php
- Raw: https://pluginprobe.com/plugins/notificationx/3.2.11/raw/includes/Core/Ajax.php
- Modified: 2023-02-12T06:13:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/notificationx/3.2.11/code/includes/Core/Ajax.php#L10-L20`.

```php
<?php

namespace NotificationX\Core;

use NotificationX\GetInstance;

/**
 * @method static Ajax get_instance($args = null)
 */
class Ajax {
    /**
     * Instance of Ajax
     *
     * @var Ajax
     */
    use GetInstance;

    /**
     * Constructor.
     *
     */
    public function __construct() {


    }

}
```
