Skip to content

Instantly share code, notes, and snippets.

@tripflex
Created May 5, 2022 21:55
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/89b790d523691481ed1a1fc042bb064a to your computer and use it in GitHub Desktop.
Save tripflex/89b790d523691481ed1a1fc042bb064a to your computer and use it in GitHub Desktop.
Prevent featured jobs from showing above listing results when searching by radius with WP Job Manager Search and Filtering
<?php
add_filter( 'search_and_filtering_feature_listings_in_location_search', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment