Created
June 11, 2020 14:07
-
-
Save farookibrahim/d7afd03562acb9f230c5a6549c603a8f to your computer and use it in GitHub Desktop.
Cartzilla - WC Products archive image size width
This file contains hidden or 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
| 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