Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Last active September 25, 2019 14:16
Embed
What would you like to do?
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