PHP 8.2.31
Preview: DefaultFormatter.php Size: 411 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/woocommerce/src/StoreApi/Formatters/DefaultFormatter.php

<?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;
	}
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
1.32 KB lrw-r--r-- 2023-12-27 00:45:02
Edit Download
411 B lrw-r--r-- 2023-12-27 00:45:02
Edit Download
367 B lrw-r--r-- 2023-12-27 00:45:02
Edit Download
898 B lrw-r--r-- 2023-12-27 00:45:02
Edit Download
1.59 KB lrw-r--r-- 2024-07-30 19:31:16
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).