Test Music Download 2

add_shortcode(‘mp3_download’, function ($atts) { $atts = shortcode_atts([ ‘url’ => ”, ‘name’ => ‘song.mp3’ ], $atts); if (!$atts[‘url’]) return ”; return ‘ ‘; });