14 lines
611 B
Markdown
14 lines
611 B
Markdown
|
---
|
|||
|
post_title: Disabling Marketplace Suggestions Programmatically
|
|||
|
menu_title: Disabling marketplace suggestions
|
|||
|
current wccom url: https://woocommerce.com/document/woocommerce-marketplace-suggestions-settings/#section-6
|
|||
|
---
|
|||
|
|
|||
|
## Disabling Marketplace Suggestions Programmatically
|
|||
|
|
|||
|
For those who prefer to programmatically disable marketplace suggestions that are fetched from woocommerce.com, add the `woocommerce_allow_marketplace_suggestions` filter to your theme’s `functions.php` or a custom plugin.
|
|||
|
|
|||
|
For example:
|
|||
|
|
|||
|
This filter will completely remove Marketplace Suggestions from your WooCommerce admin.
|