Filters stopwords used when parsing search terms.
Parameters
$stopwordsstring[]- Array of stopwords.
Source
$this->stopwords = apply_filters( 'wp_search_stopwords', $stopwords );
Changelog
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |
Filters stopwords used when parsing search terms.
$stopwordsstring[]$this->stopwords = apply_filters( 'wp_search_stopwords', $stopwords );
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.