🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 15:50:53 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
public_html
/
wp-content
/
plugins
/
woocommerce
/
lib
/
packages
/
Sabberworm
/
CSS
📍 /home/therahul/public_html/wp-content/plugins/woocommerce/lib/packages/Sabberworm/CSS
🔄 Refresh
✏️
Editing: Renderable.php
Writable
<?php namespace Automattic\WooCommerce\Vendor\Sabberworm\CSS; interface Renderable { /** * @return string * * @deprecated in V8.8.0, will be removed in V9.0.0. Use `render` instead. */ public function __toString(); /** * @param OutputFormat|null $oOutputFormat * * @return string */ public function render($oOutputFormat); /** * @return int */ public function getLineNo(); }
💾 Save Changes
❌ Cancel