Last active
February 3, 2017 08:05
-
-
Save rynaldos-zz/f58776375bf1e85017b6ccc7b389bd5e to your computer and use it in GitHub Desktop.
[WooCommerce] Increase the image columns for Instagram
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( 'woocommerce_instagram_columns', 'woocommerce_instagram_img_columns' ); | |
| function woocommerce_instagram_img_columns(){ | |
| return 6; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment