Skip to content

Instantly share code, notes, and snippets.

@halgatewood
Created May 21, 2015 20:53
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/40c05ade2ad1deda42dd to your computer and use it in GitHub Desktop.
Save halgatewood/40c05ade2ad1deda42dd to your computer and use it in GitHub Desktop.
Awesome Weather Widget 1.5+ Change the different images per weather file extention. https://wordpress.org/plugins/awesome-weather/
function hg_awesome_weather_bg_ext()
{
return "png";
}
add_filter('awesome_weather_bg_ext', 'hg_awesome_weather_bg_ext' );
@thedotcom
Copy link

Add this new php file where?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment