Automattic\WooCommerce\Admin\RemoteInboxNotifications
NotRuleProcessor{}
Устарела с версии 8.8.0. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.
Rule processor that negates the rules in the rule's operand.
Хуков нет.
Использование
$NotRuleProcessor = new NotRuleProcessor(); // use class methods
Методы
- ERROR: no method name found on line `*`
- ERROR: no method name found on line ``
- ERROR: no method name found on line ``
Список изменений
Устарела с | 8.8.0 |
Код NotRuleProcessor{} NotRuleProcessor{} WC 9.2.3
class NotRuleProcessor 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\NotRuleProcessor'; /** * The version that this class was deprecated in. * * @var string */ protected static $deprecated_in_version = '8.8.0'; }