コード例 #1
0
ファイル: OEmbedRich.php プロジェクト: ulilu/grav-toctoc
 public function getEmbedCode($params = [])
 {
     $embed = parent::getEmbedCode($params);
     if ($this->embedCode && $this->oembed) {
         $embed = $this->oembed->get('html', '');
     }
     return $embed;
 }