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' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Add this new php file where?