Skip to content

Instantly share code, notes, and snippets.

@hlashbrooke
Created November 7, 2015 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hlashbrooke/3cce0aef4114127b0d41 to your computer and use it in GitHub Desktop.
Save hlashbrooke/3cce0aef4114127b0d41 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' );
@zachflauaus
Copy link

This should actually be add_filter( 'ssp_show_media_player', '__return_false' ); now.

@ryanbeymer
Copy link

Thanks for this, I did find the option in settings for hiding all meta.

Turn this on to enable player meta data underneath the player. (download link, episode duration and date recorded).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment