PHP 8.2.31
Preview: RemoteInboxNotifications.php Size: 933 B
/home/nshryvcy/himaltourism.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: 9 × Files: 25

Name Size Perms Modified Actions
Marketing DIR
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
Notes DIR
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
Orders DIR
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
- drwxr-xr-x 2026-03-03 06:10:19
Edit Download
1.58 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
8.94 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
7.99 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
3.10 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
2.15 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
17.18 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
7.71 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
6.60 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
8.32 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
19.81 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
4.11 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
956 B lrw-r--r-- 2026-03-03 06:10:19
Edit Download
933 B lrw-r--r-- 2026-03-03 06:10:19
Edit Download
11.87 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
4.33 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
4.15 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
5.18 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
2.31 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
768 B lrw-r--r-- 2026-03-03 06:10:19
Edit Download
5.84 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
9.09 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
12.18 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
1.51 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
3.76 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download
7.30 KB lrw-r--r-- 2026-03-03 06:10:19
Edit Download

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