>
post_content)); $embeds = get_media_embedded_in_content($content); if (!empty($embeds)) { // Loop through embedded media and display only audio foreach ($embeds as $embed) { // Check if the embed code contains an audio tag or specific audio providers like SoundCloud if (strpos($embed, 'audio') !== false || strpos($embed, 'soundcloud') !== false) { ?>