Skip to content

Instantly share code, notes, and snippets.

@webtoffee-git
Created February 13, 2020 06:01
Show Gist options
  • Select an option

  • Save webtoffee-git/be548424441801905f0dd8711b5007f6 to your computer and use it in GitHub Desktop.

Select an option

Save webtoffee-git/be548424441801905f0dd8711b5007f6 to your computer and use it in GitHub Desktop.
Modify number of related products using - WebToffee Related Products for WooCommerce
add_filter('wt_related_products_number', function($number){ return 4; } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment