Calotype\SEO\Generators\MetaGenerator::reset PHP Method

reset() public method

Reset the title and description fields.
public reset ( ) : void
return void
    public function reset()
    {
        $this->title = null;
        $this->description = null;
        $this->keywords = null;
        $this->canonical = null;
    }