Arcanedev\SeoHelper\Entities\MiscTags::remove PHP 메소드

remove() 공개 메소드

Remove a meta from the meta collection by key.
public remove ( array | string $names ) : MiscTags
$names array | string
리턴 MiscTags
    public function remove($names)
    {
        $this->metas->remove($names);
        return $this;
    }