Omschrijving
/*********************************************************************************************************************************
* Add wrapper around
iframe embeds
*********************************************************************************************************************************/
add_filter(’the_content’, function ($content) {
return str_replace(array(“
“), $content);
});
add_filter(‘embed_oembed_html’, function ($html, $url, $attr, $post_id) {
if (strpos($html, ‘youtube.com’) !== false || strpos($html, ‘youtu.be’) !== false) {
return ‘
‘ . $html . ‘
‘;
} else {
return $html;
}
}, 10, 4);
add_filter(‘embed_oembed_html’, function ($code) {
return str_replace(‘