this is my first post here and I excited! I used this approach to make a playlist with external links of audio files I have in my drive but...
I’m using wp_playlist_shortcode() to output an audio playlist. For example: echo wp_playlist_shortcode( array( 'ids' => $track_ids ) ); Thanks to the idea in answer 142974, I’m unhooking the wp_underscore_playlist_templates()...
I’m using the WordPress playlist shortcode to present a few audio samples on a given page. For example: The shortcode, by default loops the playlist. The documentation on the...