Created
July 27, 2019 17:30
-
-
Save TheCraigHewitt/5e24b051977a7aade0a21bba643e7f30 to your computer and use it in GitHub Desktop.
Seriously Simple Podcasting: Get audio player for specific episode.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global $ss_podcasting; | |
$audio_player = $ss_podcasting->episode_meta( $episode_id ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment