• Resolved map70

    (@map70)


    Player stopped working after host upgraded to PHP 8. Episodes play on Castos but not on website

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @map70!

    It looks like it stopped working after NGINX update. Could you please try putting this code snippet in your functions.php file?

    add_filter( 'ssp_episode_download_link', function ( $link ) {
      return str_replace( '.mp3', '', $link );
    } );
Viewing 1 replies (of 1 total)
  • The topic ‘Player not working’ is closed to new replies.