PHP 8.0.30
Preview: RemoteInboxNotifications.php Size: 932 B
/home/certprox/template.certproxywizard.com/wp-content/plugins/woocommerce/src/Internal/Admin/RemoteInboxNotifications.php

<?php
/**
 * Remote Inbox Notifications feature.
 */

namespace Automattic\WooCommerce\Internal\Admin;

use Automattic\WooCommerce\Admin\Features\Features;
use Automattic\WooCommerce\Admin\RemoteInboxNotifications\RemoteInboxNotificationsEngine;

/**
 * Remote Inbox Notifications feature logic.
 */
class RemoteInboxNotifications {
	/**
	 * Option name used to toggle this feature.
	 */
	const TOGGLE_OPTION_NAME = 'woocommerce_show_marketplace_suggestions';

	/**
	 * Class instance.
	 *
	 * @var RemoteInboxNotifications instance
	 */
	protected static $instance = null;

	/**
	 * Get class instance.
	 */
	public static function get_instance() {
		if ( ! self::$instance ) {
			self::$instance = new self();
		}
		return self::$instance;
	}

	/**
	 * Hook into WooCommerce.
	 */
	public function __construct() {
		if ( Features::is_enabled( 'remote-inbox-notifications' ) ) {
			RemoteInboxNotificationsEngine::init();
		}
	}
}

Directory Contents

Dirs: 18 × Files: 26

Name Size Perms Modified Actions
Agentic DIR
- drwxr-xr-x 2026-06-15 03:59:45
Edit Download
- drwxr-xr-x 2026-06-15 03:59:47
Edit Download
- drwxr-xr-x 2026-06-08 11:45:41
Edit Download
- drwxr-xr-x 2026-06-15 03:59:52
Edit Download
Emails DIR
- drwxr-xr-x 2026-06-15 03:59:53
Edit Download
- drwxr-xr-x 2026-06-08 11:45:41
Edit Download
Logging DIR
- drwxr-xr-x 2026-06-15 04:00:00
Edit Download
Marketing DIR
- drwxr-xr-x 2026-06-08 11:45:42
Edit Download
Notes DIR
- drwxr-xr-x 2026-06-08 11:45:42
Edit Download
- drwxr-xr-x 2026-06-08 11:45:42
Edit Download
Orders DIR
- drwxr-xr-x 2026-06-15 04:00:14
Edit Download
- drwxr-xr-x 2026-06-15 04:00:19
Edit Download
- drwxr-xr-x 2026-06-15 04:00:21
Edit Download
- drwxr-xr-x 2026-06-15 04:00:24
Edit Download
- drwxr-xr-x 2026-06-08 11:45:42
Edit Download
Settings DIR
- drwxr-xr-x 2026-06-15 04:00:41
Edit Download
- drwxr-xr-x 2026-06-08 11:45:43
Edit Download
- drwxr-xr-x 2026-06-15 04:00:48
Edit Download
1.58 KB lrw-r--r-- 2026-06-08 11:45:41
Edit Download
11.78 KB lrw-r--r-- 2026-06-08 11:45:41
Edit Download
7.99 KB lrw-r--r-- 2026-06-08 11:45:41
Edit Download
2.86 KB lrw-r--r-- 2026-06-08 11:45:41
Edit Download
2.41 KB lrw-r--r-- 2026-06-08 11:45:41
Edit Download
17.65 KB lrw-r--r-- 2026-06-08 11:45:41
Edit Download
2.34 KB lrw-r--r-- 2026-07-01 09:00:33
Edit Download
8.54 KB lrw-r--r-- 2026-06-08 11:45:41
Edit Download
6.77 KB lrw-r--r-- 2026-06-08 11:45:41
Edit Download
8.70 KB lrw-r--r-- 2026-06-08 11:45:41
Edit Download
19.18 KB lrw-r--r-- 2026-06-08 11:45:41
Edit Download
6.29 KB lrw-r--r-- 2026-06-08 11:45:42
Edit Download
3.48 KB lrw-r--r-- 2026-06-08 11:45:42
Edit Download
956 B lrw-r--r-- 2026-06-08 11:45:42
Edit Download
932 B lrw-r--r-- 2026-06-08 11:45:42
Edit Download
14.61 KB lrw-r--r-- 2026-06-08 11:45:43
Edit Download
4.67 KB lrw-r--r-- 2026-06-08 11:45:43
Edit Download
3.63 KB lrw-r--r-- 2026-06-08 11:45:43
Edit Download
2.31 KB lrw-r--r-- 2026-06-08 11:45:43
Edit Download
768 B lrw-r--r-- 2026-06-08 11:45:43
Edit Download
5.85 KB lrw-r--r-- 2026-06-08 11:45:43
Edit Download
11.66 KB lrw-r--r-- 2026-06-08 11:45:43
Edit Download
17.74 KB lrw-r--r-- 2026-06-08 11:45:43
Edit Download
2.08 KB lrw-r--r-- 2026-06-08 11:45:43
Edit Download
5.26 KB lrw-r--r-- 2026-06-08 11:45:43
Edit Download
6.33 KB lrw-r--r-- 2026-06-08 11:45:43
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).