Description
Filters stopwords used when parsing search terms.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-query.php | 1586 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $stopwords | Array of stopwords. |
PHP Doc
/**
* Filters stopwords used when parsing search terms.
*
* @since 3.7.0
*
* @param string[] $stopwords Array of stopwords.
*/