wp_search_stopwords, $stopwords

wp_search_stopwords, $stopwords

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('wp_search_stopwords, $stopwords') is found 1 times:

  • /includes/data-stores/class-wc-data-store-wp.php line 568
    				)
    			)
    		);
    
    		return apply_filters( 'wp_search_stopwords', $stopwords );
    	}
    
    	/**
    	 * Get data to save to a lookup table.
    	 *
    	 * @since 3.6.0