apply_filters( 'wp_search_stopwords', array $stopwords )

Filters stopwords used when parsing search terms.


Parameters

$stopwords

(array) Stopwords.


Source

File: wp-includes/class-wp-query.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.7.0 Introduced.