wp_search_stopwords хук-фильтр . WC 1.0
Использование
add_filter( 'wp_search_stopwords', 'filter_function_name_5581' ); function filter_function_name_5581( $stopwords ){ // filter... return $stopwords; }
- $stopwords
- -
Где вызывается хук
wp_search_stopwords
woocommerce/includes/data-stores/class-wc-data-store-wp.php 562
return apply_filters( 'wp_search_stopwords', $stopwords );