🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 10:43:49 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
StoreApi
/
Formatters
📍 /home/therahul/thedasstores.com/wp-content/plugins/woocommerce/src/StoreApi/Formatters
🔄 Refresh
✏️
Editing: DefaultFormatter.php
Writable
<?php namespace Automattic\WooCommerce\StoreApi\Formatters; /** * Default Formatter. */ class DefaultFormatter implements FormatterInterface { /** * Format a given value and return the result. * * @param mixed $value Value to format. * @param array $options Options that influence the formatting. * @return mixed */ public function format( $value, array $options = [] ) { return $value; } }
💾 Save Changes
❌ Cancel