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()...
  • May 25, 2022
  • 0 Comments
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...
  • May 17, 2022
  • 0 Comments