WooCommerce Code Reference

BaseLocationCountryRuleProcessor
in package
implements RuleProcessorInterface

Rule processor that performs a comparison operation against the base location - country.

Interfaces, Classes and Traits

RuleProcessorInterface
Rule processor interface

Table of Contents

process()  : bool
Performs a comparison operation against the base location - country.
validate()  : bool
Validates the rule.

Methods

process()

Performs a comparison operation against the base location - country.

public process(object $rule, object $stored_state) : bool
Parameters
$rule : object

The specific rule being processed by this rule processor.

$stored_state : object

Stored state.

Return values
boolThe result of the operation.