Skip to content

Instantly share code, notes, and snippets.

@webtoffee-git
Created February 13, 2020 05:41
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 webtoffee-git/c3bff17c0a72dc24aeed02c7ca6f5633 to your computer and use it in GitHub Desktop.
Save webtoffee-git/c3bff17c0a72dc24aeed02c7ca6f5633 to your computer and use it in GitHub Desktop.
Limit number of related products using WooCommerce Related Product by WebToffee
add_filter('wt_related_products_number', function($number){
return 4; // change the number here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment