OrRuleProcessor::process( object $rule, object $stored_state )
Performs an OR operation on the rule’s left and right operands.
Description Description
Parameters Parameters
- $rule
-
(Required) The specific rule being processed by this rule processor.
- $stored_state
-
(Required) Stored state.
Return Return
(bool) The result of the operation.
Source Source
File: packages/woocommerce-admin/src/RemoteInboxNotifications/OrRuleProcessor.php