RWMB_OEmbed_Field::format_single_value PHP Method

format_single_value() public static method

Format a single value for the helper functions.
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 self::get_embed($value);
    }