Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save propertyhive/1ff79d6d48e2da4a46adca51f8771942 to your computer and use it in GitHub Desktop.
Save propertyhive/1ff79d6d48e2da4a46adca51f8771942 to your computer and use it in GitHub Desktop.
Ignore address fields when radius is being searched
add_filter('propertyhive_radial_search_ignore_address', 'ignore_address');
function ignore_address($ignore)
{
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment