Woocommerce – remove the default image placeholder? [closed]
woocommerce_template_loop_product_thumbnail is pluggable so you can override it with your own code. Any time you see a function anywhere in a WordPress setting that looks like this: if ( ! function_exists( ‘woocommerce_template_loop_product_thumbnail’ ) ) { /** * Get the product thumbnail for the loop. * * @access public * @subpackage Loop * @return void */ … Read more