apply_filters( 'wp_search_stopwords', string[] $stopwords )
Filters stopwords used when parsing search terms.
Parameters
- $stopwords
-
Array of stopwords.
Source
Changelog
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |
Filters stopwords used when parsing search terms.
Array of stopwords.
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |