Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created February 14, 2019 17:31
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/2b3c5b0e43b0c02b74ea07fa6eed5a4d to your computer and use it in GitHub Desktop.
Save jchristopher/2b3c5b0e43b0c02b74ea07fa6eed5a4d to your computer and use it in GitHub Desktop.
Prevent SearchWP from stripping Shortcodes when highlighting
<?php
// Prevent SearchWP from stripping Shortcodes when highlighting.
apply_filters( 'searchwp_th_strip_shortcodes', '__reeturn_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment