Hi @aggk,
Thank you for getting in touch, we do appreciate your time.
Unfortunately, we do not currently support this, but we may add this as a feature in the future.
My apologies for any inconvenience caused.
Thread Starter
aggk
(@aggk)
Thank you for your quick reply!
Do you think it would be very complicated if I try to create a custom query for this myself?
Thanks!
Hey @aggk,
Only a pleasure, happy to help where we can.
Yes, in theory you could easily query the wp_wpgmza table within your database to get all the marker data, which could then be put into a list format.
The table name may vary based on how your WordPress installation has been setup, in some cases “wp_” might change, as this represents your table prefix as defined during installation.
If you take a look at that table using a database exploration tool, you will see that most of the marker data is stored within this table, within unique columns.
I hope that helps?
My pleasure @aggk – All the best!