Skip to content

Instantly share code, notes, and snippets.

@rynaldos-zz
Last active February 3, 2017 08:05
Show Gist options
  • Save rynaldos-zz/f58776375bf1e85017b6ccc7b389bd5e to your computer and use it in GitHub Desktop.
Save rynaldos-zz/f58776375bf1e85017b6ccc7b389bd5e to your computer and use it in GitHub Desktop.
[WooCommerce] Increase the image columns for Instagram
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