Craft\SeomaticService::renderGlobals PHP Method

renderGlobals() public method

* -------------------------------------------------------------------------------- Render the SEOmatic globals --------------------------------------------------------------------------------
public renderGlobals ( $metaVars, $forTemplate = "" )
    public function renderGlobals($metaVars, $forTemplate = "")
    {
        $htmlText = "";
        $this->sanitizeMetaVars($metaVars);
        $htmlText = $this->_print_twig_array($metaVars, 0);
        return $htmlText;
    }