RWMB_Field::format_single_value PHP 메소드

format_single_value() 공개 정적인 메소드

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
리턴 string
	public static function format_single_value( $field, $value ) {
		return $value;
	}