Filter hook 'wp_search_stopwords'

in WP Core File wp-includes/class-wp-query.php at line 1586

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.
		 */