Exemplo n.º 1
0
 /**
  * Renders the applied the titles
  *
  */
 protected function _renderTitles()
 {
     parent::_renderTitles();
     if ($this->_useOpenGraphTags) {
         Mage::helper('wordpress/opengraph')->updateTagsFromHeadBlock();
     }
     return $this;
 }