Arcanedev\SeoHelper\Entities\Webmasters::getWebmasterName PHP Method

getWebmasterName() private method

Get the webmaster meta name.
private getWebmasterName ( string $webmaster ) : string
$webmaster string
return string
    private function getWebmasterName($webmaster)
    {
        if ($this->isSupported($webmaster)) {
            return $this->supported[$webmaster];
        }
        return null;
    }