Created
October 25, 2015 16:50
-
-
Save danfisher85/8d2c8916f968adad7929 to your computer and use it in GitHub Desktop.
Change the number of columns for Single Product
This file contains 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
function rocket_woo_single_4columns( $number ){ | |
return 4; | |
} | |
add_filter( 'woocommerce_product_thumbnails_columns', 'rocket_woo_single_4columns'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment