Skip to content

Instantly share code, notes, and snippets.

@halgatewood
Created June 9, 2015 17:16
Show Gist options
  • Select an option

  • Save halgatewood/152ed36ec3df140e9319 to your computer and use it in GitHub Desktop.

Select an option

Save halgatewood/152ed36ec3df140e9319 to your computer and use it in GitHub Desktop.
Change the Testimonial Rotator Headings Globally
// CHANGE TESTIMONIAL ROTATOR HEADINGS
function hg_testimonial_rotator_title_heading( )
{
return "h3";
}
add_filter('testimonial_rotator_title_heading', 'hg_testimonial_rotator_title_heading' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment