Arcanedev\SeoHelper\Entities\MiscTags::add PHP Method

add() public method

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