Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created April 24, 2019 18:36
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/0c29a26419a2995e362c3a89b10c0a12 to your computer and use it in GitHub Desktop.
Save jchristopher/0c29a26419a2995e362c3a89b10c0a12 to your computer and use it in GitHub Desktop.
Prevent SearchWP from using a wildcard before search terms when finding partial matches
<?php
// Prevent SearchWP from using a wildcard before search terms when finding partial matches.
add_filter( 'searchwp_like_wildcard_before', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment