Skip to content

Instantly share code, notes, and snippets.

@10horizons
Created January 18, 2021 01:01
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 10horizons/f256fef91e7250b7e5330006a8f68d67 to your computer and use it in GitHub Desktop.
Save 10horizons/f256fef91e7250b7e5330006a8f68d67 to your computer and use it in GitHub Desktop.
<?php
function my_custom_heading () {
return 'The novel has been made into a movie! Get the movie too?';
}
add_filter( 'thp_mult_radio_template_heading', 'my_custom_heading' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment