Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@danielmcclure
Created April 3, 2019 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielmcclure/15c46a4ba1f0dba66716ef6e472ec056 to your computer and use it in GitHub Desktop.
Save danielmcclure/15c46a4ba1f0dba66716ef6e472ec056 to your computer and use it in GitHub Desktop.
Disable WooCommerce Extension Recommendations in the WordPress Dashboard
<?php
// Disable WooCommerce Extension Recommendations in the WordPress Dashboard
add_filter( ‘woocommerce_allow_marketplace_suggestions’, ‘__return_false’ );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment