Created
February 13, 2020 06:01
-
-
Save webtoffee-git/be548424441801905f0dd8711b5007f6 to your computer and use it in GitHub Desktop.
Modify number of related products using - WebToffee Related Products for WooCommerce
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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