filtrod 3.7.0
wp_search_stopwords
Opis — z kodu źródłowego
Filters stopwords used when parsing search terms.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$stopwords | string[] | Array of stopwords. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'wp_search_stopwords', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'wp_search_stopwords', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii