Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Last active June 20, 2020 03:26
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/0c192628c15c4baf3096f86a0d28ee0a to your computer and use it in GitHub Desktop.
Save jchristopher/0c192628c15c4baf3096f86a0d28ee0a to your computer and use it in GitHub Desktop.
Tell SearchWP to skip rule application for regex pattern matches
<?php
// Tell SearchWP to skip rule application for regex pattern matches.
add_filter( 'searchwp\tokens\apply_rules_to_pattern_matches', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment