Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created April 26, 2019 14:19
Embed
What would you like to do?
Prevent partial matching on the 'default' SearchWP engine only
<?php
// Prevent partial matching on the 'default' SearchWP engine only.
// NOTE: the engine name in this hook tag is: default
add_filter( 'searchwp_partial_matching_default', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment