Skip to content

Instantly share code, notes, and snippets.

@trueqap
Created April 8, 2020 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trueqap/105dfa55120d05f7df2bfe79beb23993 to your computer and use it in GitHub Desktop.
Save trueqap/105dfa55120d05f7df2bfe79beb23993 to your computer and use it in GitHub Desktop.
javitas.php
<?php
add_filter('loop_shop_columns', 'loop_columns', 999);
if (!function_exists('loop_columns')) {
function loop_columns() {
return 3; // 3 products per row
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment