Craft\SeomaticVariable::getTemplateMeta PHP Method

getTemplateMeta() public method

* -------------------------------------------------------------------------------- Get the template meta for $templatePath --------------------------------------------------------------------------------
public getTemplateMeta ( $templatePath = "", $locale = null )
    public function getTemplateMeta($templatePath = "", $locale = null)
    {
        if (!$locale) {
            $locale = craft()->language;
        }
        return craft()->seomatic->getMeta($templatePath);
    }