Automattic\WooCommerce\Admin\RemoteInboxNotifications

RuleProcessorInterface::process()publicWC 1.0

Processes a rule, returning the boolean result of the processing.

Метод класса: RuleProcessorInterface{}

Хуков нет.

Возвращает

true|false. The result of the processing.

Использование

$RuleProcessorInterface = new RuleProcessorInterface();
$RuleProcessorInterface->process( $rule, $stored_state );
$rule(объект) (обязательный)
The rule to process.
$stored_state(объект) (обязательный)
Stored state.

Код RuleProcessorInterface::process() WC 8.7.0

public function process( $rule, $stored_state );