Example #1
0
 /**
  * Render the tag.
  *
  * @return string
  */
 public function render()
 {
     return $this->isEnabled() ? $this->openGraph->render() : '';
 }