single_product_archive_thumbnail_size

single_product_archive_thumbnail_size

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('single_product_archive_thumbnail_size') is found 1 times:

  • /includes/wc-template-functions.php line 1453
    		if ( ! is_bool( $placeholder ) ) {
    			$placeholder = true;
    		}
    
    		$image_size = apply_filters( 'single_product_archive_thumbnail_size', $size );
    
    		return $product ? $product->get_image( $image_size, $attr, $placeholder ) : '';
    	}
    }
    
    if ( ! function_exists( 'woocommerce_result_count' ) ) {