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

isIgnored() protected method

Check if meta is ignored.
protected isIgnored ( string $name ) : boolean
$name string
return boolean
    protected function isIgnored($name)
    {
        return in_array($name, $this->ignored);
    }