wp_search_stopwords filter-hook . WC 1.0
Usage
add_filter( 'wp_search_stopwords', 'filter_function_name_4206' ); function filter_function_name_4206( $stopwords ){ // filter... return $stopwords; }
- $stopwords
- -
Where the hook is called
wp_search_stopwords
woocommerce/includes/data-stores/class-wc-data-store-wp.php 562
return apply_filters( 'wp_search_stopwords', $stopwords );