Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Last active September 25, 2019 14:16
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/1e3f12ffe171557be42adbf4bfe1c900 to your computer and use it in GitHub Desktop.
Save jchristopher/1e3f12ffe171557be42adbf4bfe1c900 to your computer and use it in GitHub Desktop.
Programmatically enable quoted search support in SearchWP 3.1+
<?php
// Enables quoted search support in SearchWP.
add_filter( 'searchwp_allow_quoted_phrase_search', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment