Automattic\WooCommerce\Vendor\League\Container\Definition
DefinitionAggregateInterface::resolveTagged()
Resolve and build an array of concrete values from a tag.
Метод класса: DefinitionAggregateInterface{}
Хуков нет.
Возвращает
Разное
.
Использование
$DefinitionAggregateInterface = new DefinitionAggregateInterface(); $DefinitionAggregateInterface->resolveTagged( $tag, $new );
- $tag(строка) (обязательный)
- -
- $new(true|false)
- -
По умолчанию: false
Код DefinitionAggregateInterface::resolveTagged() DefinitionAggregateInterface::resolveTagged WC 9.3.3
public function resolveTagged(string $tag, bool $new = false);