RWMB_Field::format_single_value PHP Method

format_single_value() public static method

Format a single value for the helper functions. Sub-fields should overwrite this method if necessary.
public static format_single_value ( array $field, string $value ) : string
$field array Field parameter
$value string The value
return string
	public static function format_single_value( $field, $value ) {
		return $value;
	}