Automattic\WooCommerce\Admin\RemoteSpecs\RuleProcessors

StoredStateSetupForProducts::run_remote_notificationspublic staticWC 1.0

Run the remote notifications engine. This is triggered by action-scheduler after a product is added. It also cleans up from setting the product count increment.

Method of the class: StoredStateSetupForProducts{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = StoredStateSetupForProducts::run_remote_notifications();

StoredStateSetupForProducts::run_remote_notifications() code WC 10.6.2

public static function run_remote_notifications() {
	RemoteInboxNotificationsEngine::run();
}