Craft\SeomaticService::getMetaById PHP Method

getMetaById() public method

* -------------------------------------------------------------------------------- Returns a meta by its ID --------------------------------------------------------------------------------
public getMetaById ( $metaId, $locale = null )
    public function getMetaById($metaId, $locale = null)
    {
        $result = craft()->elements->getElementById($metaId, 'Seomatic_Meta', $locale);
        return $result;
    }