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