WP Manifestindependent plugin directory
manifest / ecommerce / hide-wc-marketplace-suggestions

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.zip

This 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

  1. Download the zip
  2. Install
  3. Activate