Filters stopwords used when parsing search terms.
Parameters
$stopwords
string[]- 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.
$stopwords
string[]$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.