Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

URL::renderpublicWC 1.0

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

Хуков нет.

Возвращает

string.

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

$URL = new URL();
$URL->render( $oOutputFormat );
$oOutputFormat(OutputFormat|null) (обязательный)
.

Код URL::render() WC 11.1.1

public function render($oOutputFormat)
{
    return "url({$this->oURL->render($oOutputFormat)})";
}