change product image url in widgets & shop page

Question

I am trying to setup CDN on woocommerce theme. Here’s what I have added to the functions.php

add_filter( 'woocommerce_single_product_image_html', 'replace_content' );
add_filter( 'woocommerce_single_product_image_thumbnail_html', 'replace_content' );
add_filter( 'woocommerce_product_thumbnails', 'replace_content' );

The above code works fine on single product page but not on woocommerce widgets and shop page.

How can I use add_filter to apply the CDN url to all images loaded by woocommerce?

0
, Lucky Chingi 4 years 2020-02-18T08:38:32-05:00 0 Answers 118 views 0

Leave an answer

Browse
Browse