if (preg_match('%(?:youtube(?:-nocookie)?\.com/(?:[^/]+/.+/|(?:v|e(?:mbed)?)/|.*[?&]v=)|youtu\.be/)([^"&?/\s]{11})%i', $url, $match)) {
return $match[1];
}
For further actions, you may consider blocking this person and/or reporting abuse
if (preg_match('%(?:youtube(?:-nocookie)?\.com/(?:[^/]+/.+/|(?:v|e(?:mbed)?)/|.*[?&]v=)|youtu\.be/)([^"&?/\s]{11})%i', $url, $match)) {
return $match[1];
}
For further actions, you may consider blocking this person and/or reporting abuse
Stevie G -
MD ARIFUL HAQUE -
MD ARIFUL HAQUE -
MD ARIFUL HAQUE -
Top comments (0)