Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Last active June 20, 2020 03:29
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/ed533389b441b25385d83f59156d93a4 to your computer and use it in GitHub Desktop.
Save jchristopher/ed533389b441b25385d83f59156d93a4 to your computer and use it in GitHub Desktop.
Allow partial regex pattern matches to be considered in SearchWP
<?php
// Allow partial regex pattern matches to be considered in SearchWP.
add_filter( 'searchwp\tokens\regex_patterns\only_full_matches', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment