apply_filters( 'wp_search_stopwords', string[] $stopwords )

Filters stopwords used when parsing search terms.


Parameters

$stopwords string[]
Array of stopwords.

Top ↑

Source

File: wp-includes/class-wp-query.php. View all references

$this->stopwords = apply_filters( 'wp_search_stopwords', $stopwords );


Top ↑

Changelog

Changelog
Version Description
3.7.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.