Skip to content

Instantly share code, notes, and snippets.

@mikejolley
Last active September 9, 2015 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikejolley/49713521c5b3ec273f69 to your computer and use it in GitHub Desktop.
Save mikejolley/49713521c5b3ec273f69 to your computer and use it in GitHub Desktop.
Add a region bias when geocoding addresses.
<?php
/**
* Plugin Name: Listify Region Bias
*/
function listify_region_bias() {
return 'country_code';
}
add_filter( 'job_manager_geolocation_region_cctld', 'listify_region_bias' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment