Use wp_search_stopwords filter
This commit is contained in:
parent
a1ea88ffb0
commit
c0c4348123
|
@ -487,6 +487,6 @@ class WC_Data_Store_WP {
|
|||
)
|
||||
) ) );
|
||||
|
||||
return apply_filters( 'woocommerce_search_stopwords', $stopwords );
|
||||
return apply_filters( 'wp_search_stopwords', $stopwords );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue