Skip to content

Instantly share code, notes, and snippets.

@whyisjake
Created February 16, 2016 04:03
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 whyisjake/fe455747df7bb2aad3d5 to your computer and use it in GitHub Desktop.
Save whyisjake/fe455747df7bb2aad3d5 to your computer and use it in GitHub Desktop.
<?php
/**
* Change the slug to radio on SSP.
*/
add_filter( 'ssp_archive_slug', function(){ return 'radio'; } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment