Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created March 26, 2020 16:43
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/32f48fbedb0f4620d166c58de0e21d32 to your computer and use it in GitHub Desktop.
Save jchristopher/32f48fbedb0f4620d166c58de0e21d32 to your computer and use it in GitHub Desktop.
Make highlighting case sensitive in SearchWP
<?php
// Make highlighting case sensitive in SearchWP.
add_filter( 'searchwp\highlighter\case_insensitive', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment