[NSFW] Google Map language setting
-
The language setting of a link to Google Map is hard coded as English at /wp-content/plugins/the-events-calendar/src/functions/template-tags/google-map.php and plugins/the-events-calendar/src/Events/Integrations/Plugins/Elementor/Widgets/Event_Venue.php
$url = ‘https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=’ . urlencode( trim( $to_encode ) );
I have to rewrite the following files every time when it is updated.
It should follow the language setting of WordPress.
- You must be logged in to reply to this topic.