Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Last active December 20, 2015 14:18
Embed
What would you like to do?
Tells SearchWP to include common words when indexing and searching
<?php
add_filter( 'searchwp_exclude_common', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment