Eusonlito\LaravelMeta\Tags\TwitterCard::tagDefault PHP Method

tagDefault() public static method

public static tagDefault ( $key, $value )
    public static function tagDefault($key, $value)
    {
        if (in_array($key, self::$available, true)) {
            return '<meta name="twitter:' . $key . '" content="' . $value . '" />';
        }
    }
TwitterCard