WooCommerce uses a post type archive template to facilitate search results. SearchWP WooCommerce Integration allows SearchWP to work with this default WooCommerce behavior. This extension also incorporates other WooCommerce search features such as layered navigation.
If you are using the native WordPress search (for example, your search results URL does not contain post_type=product
anywhere), this extension is not necessary. Therefore, if you want to disable the SearchWP notification, add the following to your theme functions.php
:
// This is for SearchWP 4.
add_filter('searchwpmissing_integration_notices', '__return_false');
// This is for SearchWP 3.
add_filter( 'searchwp_missing_integration_notices', '__return_false' );
WooCommerce is one of the leading eCommerce platforms for WordPress. SearchWP makes searching in your WooCommerce store much more powerful than native WordPress search. WooCommerce also has its own set of search tools and filtering options. The WooCommerce integration aims to bridge the gap between all WooCommerce search tools and SearchWP.
Get SearchWP WooCommerce Integration now.
searchwp-woocommerce-v1.3.12.zip
2024-07-21 18:30:10