Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save halgatewood/919dd61f8187651cc8de to your computer and use it in GitHub Desktop.

Select an option

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/
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