Skip to content

Instantly share code, notes, and snippets.

@halgatewood
Created July 20, 2014 05:27
Show Gist options
  • Select an option

  • Save halgatewood/83e3544ce1d8c32237ba to your computer and use it in GitHub Desktop.

Select an option

Save halgatewood/83e3544ce1d8c32237ba to your computer and use it in GitHub Desktop.
Changing Stars in the Testimonial Rotator
function tr_stars( $icon, $template_name, $id )
{
return "fa-paw";
}
add_filter( 'testimonial_rotator_star' , 'tr_stars', 10, 3 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment