Tagged Questions
0
votes
0answers
48 views
Save Google geocoded address to database?
In my WordPress admin I have an address field for each post (custom post type).
The address is just a string.
I need to find the country and region for each post, which I have been doing somewhat ...
1
vote
1answer
108 views
Pass data from wordpress to javascript in JSON
Currently using this simplified code to pass data from WP to JS.
function add_map_data() {
$objName = "MapData";
$array = array(
"MapViewLatitude" => "51.505",
...