I try to get field value in shortcode. But it is not work. How can I do it? "audio_url" is field meta name.
<?php
$audio_source = get_post_meta($post->ID, 'audio_url',true);
echo do_shortcode('
[zoomsounds_player config="motionplayer" source="{$audio_source}"]
');
?>
$audio_sourceis the expected value?