WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_search_stopwords

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-query.php apply_filters 1541 /**
* Filters stopwords used when parsing search terms.
*
* @since 3.7.0
*
* @param string[] $stopwords Array of stopwords.
*/

Hook Parameters

Parameter Type Name Description
string[] $stopwords Array of stopwords.