Arcanedev\SeoHelper\Bases\MetaCollection::remove PHP 메소드

remove() 공개 메소드

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