Automattic\WooCommerce\Admin\RemoteInboxNotifications

RuleEvaluator{}WC 1.0

Deprecated from version 8.8.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.

Evaluate the given rules as an AND operation - return false early if a rule evaluates to false.

No Hooks.

Usage

$RuleEvaluator = new RuleEvaluator();
// use class methods

Methods

  1. ERROR: no method name found on line `*`
  2. ERROR: no method name found on line ``

Changelog

Deprecated since 8.8.0

RuleEvaluator{} code WC 9.3.3

class RuleEvaluator extends DeprecatedClassFacade {
	/**
	 * The name of the non-deprecated class that this facade covers.
	 *
	 * @var string
	 */
	protected static $facade_over_classname = 'Automattic\WooCommerce\Admin\RemoteSpecs\RuleProcessors\RuleEvaluator';

	/**
	 * The version that this class was deprecated in.
	 *
	 * @var string
	 */
	protected static $deprecated_in_version = '8.8.0';
}