Skip to content

Instantly share code, notes, and snippets.

@tripflex
Created July 27, 2022 22:13
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 tripflex/70b90f6dc56a21c075f10cb4fdb53926 to your computer and use it in GitHub Desktop.
Save tripflex/70b90f6dc56a21c075f10cb4fdb53926 to your computer and use it in GitHub Desktop.
Don't include anywhere listings for Radius Searches (when using WP Job Manager Search and Filtering)
<?php
add_filter( 'search_and_filtering_job_radius_search_include_anywhere', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment