SearchWP

This Documentation is for SearchWP Version 3

Available since: 3.0

searchwp_exclude_stopwords

View Parameters »

Note: Use of this hook will require a manual reindex

SearchWP makes use of stopwords to improve performance and relevance. If you would like to tell SearchWP to not use stopwords in any way (even when stopwords have been set up) you can use this hook:

<?php
// Prevent SearchWP from using stopwords.
add_filter( 'searchwp_exclude_stopwords', '__return_false' );
view raw functions.php hosted with ❤ by GitHub

Parameters

Parameter Type Description
$exclude_stopwords Boolean

Whether stopwords should be excluded

[wpforms id="3080"]