Solutions for Magento2 issues
<?php if (strpos($video, 'youtube') > 0) { preg_match("#(?<=v=)[a-zA-Z0-9-]+(?=&)|(?<=v\/)[^&\n]+(?=\?)|(?<=v=)[^&\n]+|(?<=youtu.be/)[^&\n]+#", $video, $matches); $_video = 'https://www.youtube.com/embed/' . $matches[0]; }
No comments:
Post a Comment