RuleEvaluator::evaluate( array|object $rules, object $stored_state )

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


Description Description


Parameters Parameters

$rules

(Required) The rule or rules being processed.

$stored_state

(Required) Stored state.


Top ↑

Return Return

(bool) The result of the operation.


Top ↑

Source Source

File: packages/woocommerce-admin/src/RemoteInboxNotifications/RuleEvaluator.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.