Skip to content

Instantly share code, notes, and snippets.

@TheCraigHewitt
Created July 31, 2019 09:40
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 TheCraigHewitt/ebaebfdad8c3dfc44c9ce625bc09b089 to your computer and use it in GitHub Desktop.
Save TheCraigHewitt/ebaebfdad8c3dfc44c9ce625bc09b089 to your computer and use it in GitHub Desktop.
Seriously Simple Podcasting - Disable style sheet associated with RSS feed pages
<?php
add_filter( 'ssp_enable_rss_stylesheet', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment