Hide WooCommerce Marketplace Suggestions
This will hide marketplace ads/suggestions that are part of WooCommerce.
by Jesse Pearson · github.com/jessepearson/hide-wc-marketplace-suggestions · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/jessepearson/hide-wc-marketplace-suggestions/archive/refs/heads/master.zipThis will hide marketplace ads/suggestions that are part of WooCommerce.
How it works
It adds this filter, that's all:
add_filter( 'woocommerce_allow_marketplace_suggestions', '__return_false' );
Usage
- Download the zip
- Install
- Activate