array( 'options' ), 'html' => function($tag) { $base = 'https://www.youtube-nocookie.com/embed/'; $end = '?rel=0'; $videoID = $tag->attr('html5youtube'); $options = $tag->attr('options'); return '
'; } );