Skip to content

Instantly share code, notes, and snippets.

@LaxusCroco
Last active February 19, 2024 09:41
Show Gist options
  • Save LaxusCroco/6e3b65ba16d09e79a404553ce6eb5bfb to your computer and use it in GitHub Desktop.
Save LaxusCroco/6e3b65ba16d09e79a404553ce6eb5bfb to your computer and use it in GitHub Desktop.
<?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