Created
May 21, 2015 18:21
-
-
Save halgatewood/919dd61f8187651cc8de to your computer and use it in GitHub Desktop.
Awesome Weather Widget 1.5+ Change the Units Displayed to a Degree Symbol (or whatever else you want). https://wordpress.org/plugins/awesome-weather/
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
| function hg_awesome_weather_units_display() | |
| { | |
| return "°"; | |
| } | |
| add_filter('awesome_weather_units_display', 'hg_awesome_weather_units_display' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment