• Resolved c7nj7n

    (@c7nj7n)


    First of all: thank you for this plugin. It’s straight forward and does the job!

    Second, I’m migrating to WP and push existing posts through the REST API, and I’d like to know where the Geolocation data is stored to ensure that my previous posts also get to enjoy the Geolocation features.

    It does not seem to sit on the post’s meta data… where to search?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Yann

    (@ymichel)

    Apparently the information is stored in post-meta table. All attributes start with ?geo“.

    Thread Starter c7nj7n

    (@c7nj7n)

    Thanks for your quick response! I confirm, there’s geo_latitude, geo_longitude, geo_enabled and geo_public – accessible through get_post_meta. Many thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where exactly is the Geolocation data saved?’ is closed to new replies.