Automattic\WooCommerce\Vendor\League\Container\Argument

RawArgumentInterface::getValue()publicWC 1.0

Return the value of the raw argument.

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

Хуков нет.

Возвращает

Разное.

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

$RawArgumentInterface = new RawArgumentInterface();
$RawArgumentInterface->getValue();

Код RawArgumentInterface::getValue() WC 8.7.0

public function getValue();