Arcanedev\SeoHelper\Entities\MiscTags::add PHP Méthode

add() public méthode

Add a meta tag.
public add ( string $name, string $content ) : MiscTags
$name string
$content string
Résultat MiscTags
    public function add($name, $content)
    {
        $this->metas->add($name, $content);
        return $this;
    }