Advertisement
Guest User

Untitled

a guest
Sep 1st, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. /*GOES IN FUNCTIONS FILE - changes amount of thumbnails below product image*/
  2. add_filter( 'woocommerce_product_thumbnails_columns', 'xx_thumb_cols' );
  3. function xx_thumb_cols() {
  4. return 5; // .last class applied to every th thumbnail
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement