Created
June 9, 2015 17:16
-
-
Save halgatewood/152ed36ec3df140e9319 to your computer and use it in GitHub Desktop.
Change the Testimonial Rotator Headings Globally
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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