Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created March 26, 2020 16:41
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/fabe0025a742b8fa4f86f8f989f89d54 to your computer and use it in GitHub Desktop.
Save jchristopher/fabe0025a742b8fa4f86f8f989f89d54 to your computer and use it in GitHub Desktop.
Enable highlighter partial matches in SearchWP
<?php
// Enable highlighter partial matches in SearchWP.
add_filter( 'searchwp\highlighter\partial_matches', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment