• Hello!

    These do not seem to work any longer in my installation:

    $latitude = get_post_meta($post_id, “geotag_latitude”, true);
    $longitude = get_post_meta($post_id, “geotag_longitude”, true);

    I also checked the database and I could see I have no geotag_latitude or geotag_longitude in my wp_postmeta table. I only have there *region and *country.

    Thanks!

    https://www.ads-software.com/extend/plugins/geo-tag/

Viewing 1 replies (of 1 total)
  • Thread Starter conualfy

    (@conualfy)

    Found the solution, the meta keys were renamed to geo_longitude and geo_latitude. Please update the documentation on WordPress site.

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot get Latitude and Longitude after update’ is closed to new replies.