Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created October 23, 2017 12:50
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 jchristopher/a1812a7f2ce86cec4ad426dc0b4ef605 to your computer and use it in GitHub Desktop.
Save jchristopher/a1812a7f2ce86cec4ad426dc0b4ef605 to your computer and use it in GitHub Desktop.
<?php
// Prevent SearchWP WP Job Manager Integration from bubbling Featured
// listings to the top of search results.
add_filter( 'searchwp_wpjmi_bubble_featured', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment