Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

CSSFunction::__toStringpublicWC 1.0

Устарела с версии 8.8.0. Больше не поддерживается и может быть удалена. Используйте `render`.

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

Хуков нет.

Возвращает

Строку.

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

$CSSFunction = new CSSFunction();
$CSSFunction->__toString();

Список изменений

Устарела in V8.8.0, will be removed in V9.0.0. Use render instead.

Код CSSFunction::__toString() WC 10.4.3

public function __toString()
{
    return $this->render(new OutputFormat());
}