Last active
February 19, 2024 09:41
-
-
Save LaxusCroco/6e3b65ba16d09e79a404553ce6eb5bfb to your computer and use it in GitHub Desktop.
This is the list of supported parameters: https://developers.google.com/maps/documentation/places/web-service/autocomplete#optional-parameters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter( 'jet-engine/maps-listings/autocomplete-url-args/google', function( $args ){ | |
$args['components'] = 'country:fr'; | |
return $args; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment