Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created April 26, 2019 15:15
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/03a06843f2782442da843cc91197950f to your computer and use it in GitHub Desktop.
Save jchristopher/03a06843f2782442da843cc91197950f to your computer and use it in GitHub Desktop.
Prevent SearchWP from automatically highlighting excerpts
<?php
// Prevent SearchWP from automatically highlighting excerpts.
add_filter( 'searchwp_th_auto_filter_excerpt', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment