Last active
June 7, 2016 21:11
-
-
Save halgatewood/37ce36ea31e4db84220e53a5bae4909d to your computer and use it in GitHub Desktop.
Get Weather Widget by Latitude and Longitude
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
| $weather = awesome_weather_logic( array( | |
| 'location' => 'Phoenix', | |
| 'allow_user_to_change' => 1, | |
| 'longlat_triggered' => 1, | |
| 'longlat_location' => '33.448377,-112.074037' | |
| )); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment