Skip to content

Instantly share code, notes, and snippets.

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 jonathanbossenger/952aa7610026f8011cffe6797cc52637 to your computer and use it in GitHub Desktop.
Save jonathanbossenger/952aa7610026f8011cffe6797cc52637 to your computer and use it in GitHub Desktop.
<?php
remove_all_actions( 'do_feed_rss2' );
add_action( 'do_feed_rss2', 'prefix_podcast_rss_feed', 10, 1 );
function prefix_podcast_rss_feed() {
load_template( SSP_PLUGIN_PATH . '/templates/feed-podcast.php' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment