Skip to content

Instantly share code, notes, and snippets.

@farookibrahim
Created June 11, 2020 14:07
Show Gist options
  • Select an option

  • Save farookibrahim/d7afd03562acb9f230c5a6549c603a8f to your computer and use it in GitHub Desktop.

Select an option

Save farookibrahim/d7afd03562acb9f230c5a6549c603a8f to your computer and use it in GitHub Desktop.
Cartzilla - WC Products archive image size width
if ( ! function_exists( 'cz_child_woocommerce_args' ) ) {
function cz_child_woocommerce_args( $args ) {
$args['thumbnail_image_width'] = 400;
return $args;
}
}
add_filter( 'cartzilla_woocommerce_args', 'cz_child_woocommerce_args' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment