Use wp_search_stopwords filter

This commit is contained in:
Mike Jolley 2018-02-27 19:22:15 +00:00
parent a1ea88ffb0
commit c0c4348123
1 changed files with 1 additions and 1 deletions

View File

@ -487,6 +487,6 @@ class WC_Data_Store_WP {
)
) ) );
return apply_filters( 'woocommerce_search_stopwords', $stopwords );
return apply_filters( 'wp_search_stopwords', $stopwords );
}
}