Skip to content

Instantly share code, notes, and snippets.

@halgatewood
Created June 10, 2016 06:03
Show Gist options
  • Select an option

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

Select an option

Save halgatewood/a2476e53040519dacf4781135541fe7b to your computer and use it in GitHub Desktop.
<?php
$weather_settings = new stdclass;
$weather_settings->location = 'Edmond, OK';
$weather_settings->owm_city_id = 4535740;
$weather_settings->transient_name = 'awe-edmond-weather-c';
$weather_settings->forecast_days = 5;
$weather_settings->units_query = 'metric';
$city_id = awe_get_ip_city_id( $weather );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment