Arcanedev\SeoHelper\Bases\MetaCollection::remove PHP Method

remove() public method

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