📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 11:31:36
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
woocommerce
/
src
/
StoreApi
/
Formatters
✏️
Editing: FormatterInterface.php
<?php namespace Automattic\WooCommerce\StoreApi\Formatters; /** * FormatterInterface. */ interface 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 = [] ); }
💾 Save Changes
❌ Cancel