Skip to content

Instantly share code, notes, and snippets.

@halgatewood
Created July 20, 2014 05:27
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 halgatewood/83e3544ce1d8c32237ba to your computer and use it in GitHub Desktop.
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