php – WordPress get_media_embedded – WordPress Development Stack Exchange
Question
test text
<div class="video">
<?php
$media = get_media_embedded_in_content(
apply_filters( 'the_content', get_the_content() ));
print_r($media);
0
2 months
0 Answers
0 views