Created
April 1, 2025 12:12
-
-
Save propertyhive/1ff79d6d48e2da4a46adca51f8771942 to your computer and use it in GitHub Desktop.
Ignore address fields when radius is being searched
This file contains 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
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