Skip to content

Instantly share code, notes, and snippets.

@TheCraigHewitt
Created July 27, 2019 17:25
Show Gist options
  • Save TheCraigHewitt/96d3ac1010e8e350ffa8e96e3dbcd03d to your computer and use it in GitHub Desktop.
Save TheCraigHewitt/96d3ac1010e8e350ffa8e96e3dbcd03d to your computer and use it in GitHub Desktop.
Seriously Simple Podcasting: Hide the episode audio player
add_filter( 'ssp_show_audio_player', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment